Parameter List in Jenkins to display list of build numbers from another build
问题 I have two Jenkins builds, one for compiling and one for deploying. The developer wants to be able to choose a build from the compiler build when running the deploy build, not always run the most recent build. What I am after is a method of populating a choice parameter for the deploy build with a list of successful\unstable builds from the compile build. I will then use the the option listed in the parameter to deploy that artifact. 回答1: One option is to use the Promoted Builds plugin to