I have a simple Pipeline defined named pirateship.
I am able to build with the CLI:
➜ ~ ssh -p 22222 -l admin localhost build -s pirateship Started pirateship #12 Completed pirateship #12 : SUCCESS ➜ ~
Using the console command does not work however:
➜ ~ ssh -p 22222 -l admin localhost console pirateship ERROR: No such job 'pirateship'; perhaps you meant 'build-all-software'? ➜ ~
jglick suggested that the fix may be similar to the fix for JENKINS-28071
- relates to
-
JENKINS-28071 BuildCommand limited to AbstractProject
- Resolved
- links to