문제

I need to pull values from database and show parameters as dropdown in Jenkins parameterized job. Is there any available plugin to achieve this?

Help would be appreciated :)

도움이 되었습니까?

해결책

We have to use Jenkins Dynamic Parameter Plug-in to pull values from database and show parameters as dropdown in Jenkins parameterized job.

LINK:

https://wiki.jenkins.io/display/JENKINS/Dynamic+Parameter+Plug-in

We have to write groovy script to pull values from database and click on above link for more details.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top