How to do the Email approval workflow using rundeck?
We are calling Rundeck from Jenkins for deployment. Do we have an option such as,
- for DEV environment deployment, email will be sent to DEV lead, and after approval, deployment will be executed.
- for QA environment deployment, mail will be sent to QA lead and after their approval deployment will be done
Similarly for other envs.
Thanks