0

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

12_S
  • 21
  • 1
  • 5

1 Answers1

0

You can create webhooks linked by some web app, this web app can be called by some email link to trigger any Rundeck job. You can check a good webhook tutorial here and here an example to call it.

MegaDrive68k
  • 3,768
  • 2
  • 9
  • 51