-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
Build Pipeline 1.4.8 on jenkins 1.628
Active Choices Plug-in 1.2 and Extensible Choice Parameter 1.3.2
I am creating a build pipeline as per the book Gradle In Action, for a big data pipeline which has about 20 deployable artifacts.
It is rare to want to deploy all of them at the same time, so I have tried using Jenkins plugins (Active Choices Plug-in 1.2 and Extensible Choice Parameter 1.3.2) that facilitate user input at a manually triggered step: the user can enter or select those projects that are to be deployed.
This is how they work for me in Build Pipeline 1.4.8 on jenkins 1.628
To supply user input the step must be opened where there is an option to Build with Parameters: that will ask for the user input. This works but other parameters like the build number do not propagate through, so the step fetches the wrong artifacts from nexus and the pipeline screen does not show the status.
If this step is run directly from the pipeline default values for the user input are used, and the pipeline works.
Ideally in the build pipeline to enter user input, the step would not have to be opened.
I have seen this functionality working in the cloudbees workflow plugin.
Not sounds like an issue of extensible-choice-parameter.
Remeved it from component/s.