Getting Environment Variable from ITCDM to pass Jenkins Job as parameter
18 views
Skip to first unread message
Kumar
unread,
Apr 27, 2018, 9:26:17 AM4/27/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hi team,
i am trying to get environment variable from ITCDM and it should pass to my jenkins Job as well. Can anyone help on this?
whenever new deploy starting in ITCDM , its triggers jenkins to build and once jenkins build successful , then itcdm is deploying the code in the respective environment.
i want to get the deploy environment from ITCDM and i need to pass that value to other jenkins job as parameter.So that my second jenkins will trigger smoke test in the respective environment which code was deployed.