Home > database >  Can I stop Jenkins jobs per the user who triggered it?
Can I stop Jenkins jobs per the user who triggered it?

Time:10-31

I have Jenkins CI/CD dry run job that each developer can trigger. The question is, can each developer have permissions to stop/abort only his flows which he triggered or Jenkins doesn't support it?

CodePudding user response:

The lowest level of authorization is project-based security via the Current user

Build History for current user

  • Related