0

We have multiple pipelines and it goes as: ABC-dev ABC-qa ABC-prod etc. And we have multiple other pipelines and folders where developers can have access.

Recently, we had an incident where developer clicked accidentally on prod build button during non-deployment window. It seems, we can add to the script to check if the user is admin group when deploying specific pipeline to prevent this. But we just want this pipeline to be shown only specific (responsible) people.

I have tried to exclude it through Role Based Strategy but no luck so far. Any have any idea how can I exclude this ABC-prod pipeline?

Thank you.

I tried with Role Based Strategy and tried using patterns like (ABC-(?!prod).*) with Item roles.

Max
  • 1

0 Answers0