Skip to content

Commit

Permalink
Move account to ecoeng_01
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma committed Jun 26, 2024
1 parent bab31aa commit 4577b9d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
5 changes: 4 additions & 1 deletion jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ accounts_list = ['industry-partners': "[email protected]",
'verticals-ui': "[email protected], [email protected]",
'special-projects': "[email protected], [email protected]",
'edgeinfra': "[email protected], [email protected], [email protected], [email protected]",
'specialprojects-qe': "[email protected], [email protected]"]
'specialprojects-qe': "[email protected], [email protected]",
'partnerlab': "[email protected], [email protected], [email protected], [email protected]",
'blueprints': "[email protected], [email protected]"
]
pipeline {
options {
disableConcurrentBuilds()
Expand Down
2 changes: 2 additions & 0 deletions jenkins/tenant/aws/ecoeng_01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ Accounts:
- **special-projects**: "[email protected], [email protected]",
- **edgeinfra**: "[email protected], [email protected], [email protected], [email protected]",
- **specialprojects-qe**: "[email protected], [email protected]"
- **partnerlab**: "[email protected], [email protected], [email protected], [email protected]"
- **blueprints**: "[email protected], [email protected]"
2 changes: 1 addition & 1 deletion jenkins/tenant/aws/ecoeng_01/TaggingJenkinsfileHourly
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
account = ['industry-partners', 'verticals-ui', 'special-projects', 'edgeinfra', 'specialprojects-qe',
'ecoeng-sap', 'sysdeseng', 'appeng-ai', 'certification-pipeline', 'ecoengverticals-qe',
'emerge-partner', 'telco5g-ci']
'emerge-partner', 'telco5g-ci', 'partnerlab', 'blueprints']
pipeline {
options {
disableConcurrentBuilds()
Expand Down
5 changes: 1 addition & 4 deletions jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
accounts_list = ['coreos-training': "[email protected], [email protected], [email protected], [email protected]",
'partnerlab': "[email protected], [email protected], [email protected], [email protected]",
'blueprints': "[email protected], [email protected]"
]
accounts_list = ['coreos-training': "[email protected], [email protected], [email protected], [email protected]"]
pipeline {
options {
disableConcurrentBuilds()
Expand Down
2 changes: 0 additions & 2 deletions jenkins/tenant/aws/ecoeng_03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
Accounts:

- **coreos-training**: "[email protected], [email protected], [email protected], [email protected]"
- **partnerlab**: "[email protected], [email protected], [email protected], [email protected]"
- **blueprints**: "[email protected], [email protected]"
3 changes: 1 addition & 2 deletions jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
account = ['coreos-training',
'partnerlab', 'blueprints']
account = ['coreos-training']
pipeline {
options {
disableConcurrentBuilds()
Expand Down

0 comments on commit 4577b9d

Please sign in to comment.