简体   繁体   中英

Build Jenkins Job based on voting result

I have a scenario where on commit to repository branch let say UAT triggers a jenkins job or send email to multiple users. So when all of them click button in email or link Then is It should trigger the jenkins job build. Can it be done if So then how. I tried to search but could not find a solution.

You could use a Promoted Builds Plugin

Your job could includes an email notification to the person/group responsible for approval. The email contains a link for promotion and an optional comment for approval notes:

在此处输入图片说明

Once approved, the next job will run.

I suggest you, using it with a pipeline strategy.

Sources :

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM