I am looking to implement a 'workflow' in Jenkins. I would like -
- Requester_Jenkins_Job is triggered by the developer. A mail is dispatched to the approver.
- The promotion plugin is used. The approver manually 'approves' the request, which in turn triggers the 'Deploy_Job'.
- Instead of triggering the 'Deploy_Job' immediately, I would want it to be in queue. I'd like the operations folks to manually trigger this deployment.
One can argue why do we even need to do something like this. But, bear with me :)