Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-41527

"console" CLI command does not work with Pipeline projects

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core

      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

            jglick Jesse Glick
            rtyler R. Tyler Croy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: