-
Improvement
-
Resolution: Unresolved
-
Major
-
None
If you create a build pipeline, and try to select as the first job a Jenkins Pipeline, it won't appear in the list, even if you write its name.
Also, if you have a Freestyle Job A, that calls a Jenkins Pipeline B, and you create a pipeline that starts with A, it won't show B.
In my case, I would like to start B manually, only after A runs. And most of times, it won't be immediately. So I would like to use Build Pipeline Plugin. Also, if some error occurs, i Would like to re-run B, so Build Pipeline is very useful in those cases.
i really want to use this, but the plugin does not work with 'Pipeline Job' type.
the Pipeline job type now has "Build after other projects are built" so it would be great if that was supported and displayed when several Pipeline job tpyes are chained using "Build after other projects are built" .
for example: i have a 'freestyle Job' that has "trigger parameterzied build on other projects" enabled with 4 pipeline jobs listed.. and each of the pipeline job types has " Build after other projects are built" of the upstream job . in this case it is a freestyle, but it would be great if could be either freestyle or pipeline