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

CLI list-jobs is not listing multibranch sub projects

      The CLI list-jobs is not listing sub projects of an multibranch project.

          [JENKINS-35148] CLI list-jobs is not listing multibranch sub projects

          Martin Heinzerling created issue -

          Daniel Beck added a comment -

          What job type are you specifically referring to?

          Daniel Beck added a comment - What job type are you specifically referring to?

          Martin Heinzerling added a comment - - edited

          danielbeck, the jobs of a Multibranch Pipeline. If I ask for all jobs I get the folder of the Multibranch Pipeline, but not it's content.

          Martin Heinzerling added a comment - - edited danielbeck , the jobs of a Multibranch Pipeline. If I ask for all jobs I get the folder of the Multibranch Pipeline, but not it's content.
          Martin Heinzerling made changes -
          Assignee New: Daniel Beck [ danielbeck ]

          Daniel Beck added a comment -

          It's not recursive. Are you saying list-jobs NameOfTheMultibranchFolder does not work?

          Daniel Beck added a comment - It's not recursive. Are you saying list-jobs NameOfTheMultibranchFolder does not work?
          Daniel Beck made changes -
          Assignee Original: Daniel Beck [ danielbeck ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 171368 ] New: JNJira + In-Review [ 184276 ]

          Daniel Beck added a comment -

          No response to comment asking for clarification in a year.

          Daniel Beck added a comment - No response to comment asking for clarification in a year.
          Daniel Beck made changes -
          Resolution New: Cannot Reproduce [ 5 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]

          Sven Kirmess added a comment -

          danielbeck This is correct, you're unable to get the configured multibranch workflow branches

          $ java -jar ~/jenkins-cli/jenkins-cli.jar -auth @~/jenkins-cli/auth.txt -s "http://localhost:8080/" -webSocket list-jobs | grep SSL_daily
          SSL_daily
          $ java -jar ~/jenkins-cli/jenkins-cli.jar -auth @~/jenkins-cli/auth.txt -s "http://localhost:8080/" -webSocket list-jobs SSL_daily
          
          ERROR: No view or item group with the given name 'SSL_daily' found.
          

          Sven Kirmess added a comment - danielbeck This is correct, you're unable to get the configured multibranch workflow branches $ java -jar ~/jenkins-cli/jenkins-cli.jar -auth @~/jenkins-cli/auth.txt -s "http://localhost:8080/" -webSocket list-jobs | grep SSL_daily SSL_daily $ java -jar ~/jenkins-cli/jenkins-cli.jar -auth @~/jenkins-cli/auth.txt -s "http://localhost:8080/" -webSocket list-jobs SSL_daily ERROR: No view or item group with the given name 'SSL_daily' found.

            Unassigned Unassigned
            mheinzerling Martin Heinzerling
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: