semaphoreci / cli

Semaphore 2.0 Command Line Interface
Apache License 2.0
27 stars 13 forks source link

sem create job myjob --project ... #129

Closed mactsouk closed 4 years ago

mactsouk commented 5 years ago
$ sem create job myjob --project S1 --command "ls -l"
Job '6ae18c12-7341-48d8-9283-5447992e77b6' created.
$ sem logs 6ae18c12-7341-48d8-9283-5447992e77b6

The sem logs command returns no output and the job is shows as FAILED in sem get jobs --all.