"console" CLI command does not work with Pipeline projects

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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

            Assignee:
            Jesse Glick
            Reporter:
            R. Tyler Croy
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: