How to get a parameter depend of other parameter in Hudson or Jenkins

前端 未结 5 761
天涯浪人
天涯浪人 2020-12-15 08:08

I have a problems with Hudson because my job needs two params for build the first specifies the environment and can be one of DEV, QA, PROD, and the second is a specific ser

5条回答
  •  自闭症患者
    2020-12-15 08:51

    Try Active Choices Plugin. It is the second name of Uno-Choice plugin, but it is located in official Jenkins repository and does not require UpdateSites Manager plugin. (Both plugins have the same author). Plugin has a great documentation with examples (and gif-demonstration) on the plugin's description page.

提交回复
热议问题