Reputation: 41
Build promotion using jenkins upon servicenow change request approval
I need to promote my build to production environment only when my change request# "CHXXXX" has approved? How to achieve this using Jenkins/Servicenow integration? Please guide me. Thanks in advance.
Upvotes: 1
Views: 1768
Reputation: 353
Typically this is handled by using a "run script" activity in ServiceNow's change workflow.
In your case, you'd have to do the following:
Upvotes: 1