-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added the eyal accounts #854
Conversation
@@ -0,0 +1,91 @@ | |||
accounts_list = ['konflux-fedora': '[email protected], [email protected], [email protected], [email protected], [email protected], [email protected]', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it a list and not dictionary of list ?
{'konflux-fedora': ['[email protected], [email protected], [email protected], [email protected], [email protected], [email protected]']}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jenkins supports dict like this and values I thought string is the better to way to pass.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok got u
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/LGTM
@@ -0,0 +1,91 @@ | |||
accounts_list = ['konflux-fedora': '[email protected], [email protected], [email protected], [email protected], [email protected], [email protected]', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok got u
Type of change
Note: Fill x in []
Description
Eyal accounts to cloud-governance jenkins
For security reasons, all pull requests need to be approved first before running any automated CI