简体   繁体   中英

Jenkins: Fetching the value of a JSON Extended Choice Parameter

I'm trying to use Extended Choice Parameter in my jenkins project - with the JSON option.

I've built a very nice JSON parameter "DestinationEnvironment", and I'm trying to get one of the its properties "DestinationServer" for the build step, but I'm not sure how I access the inner properties of it.

Will appreciate any help!

The JSON Parameter feature for the Extended Choice Parameter is based on the https://github.com/jdorn/json-editor

So the groovy script should return a JSON object that corresponds to the "options" object referred to in json-editor

This can be parsed in a groovy script: http://groovy-lang.org/json.html

{"DestinationEnvironment": "DestinationServer"}

Try this..

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM