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

New Jenkins Pipelines don't show up in delivery pipeline

      We're currently in a setup where we have mixed jobs. Some are "old" freestyle or maven jobs and some of them are "new" pipeline jobs.

      In the delivery pipeline, the "old" jobs show up correctly but the "new" pipeline jobs are missing.

          [JENKINS-38364] New Jenkins Pipelines don't show up in delivery pipeline

          Anthony Wat added a comment - - edited

          The problem seems to be that the delivery pipeline code works with hudson.model.AbstractProject types which pipeline jobs don't implement. Pipeline jobs are of type org.jenkinsci.plugins.workflow.job.Workflow job from the workflow job pluginMaybe the delivery pipeline code should work one interface up at the hudson.model.Job level.

          Will probably involve significant refactoring of the delivery pipeline plugin code. JENKINS-29913 provides some insight.

          Anthony Wat added a comment - - edited The problem seems to be that the delivery pipeline code works with hudson.model.AbstractProject types which pipeline jobs don't implement. Pipeline jobs are of type org.jenkinsci.plugins.workflow.job.Workflow job from the workflow job pluginMaybe the delivery pipeline code should work one interface up at the hudson.model.Job level. Will probably involve significant refactoring of the delivery pipeline plugin code. JENKINS-29913 provides some insight.

          Tommy Tynjä added a comment -

          Pipeline/Workflow plugin pipelines are currently not supported. There is work being performed in JENKINS-34040 for supporting this feature. Closing as duplicate.

          Tommy Tynjä added a comment - Pipeline/Workflow plugin pipelines are currently not supported. There is work being performed in JENKINS-34040 for supporting this feature. Closing as duplicate.

            tommysdk Tommy Tynjä
            tario Patrick Ruckstuhl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: