Skip to content

Commit

Permalink
RT-979: Jenkinsfile push to prod ECR (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
semicolin authored Oct 24, 2023
1 parent 8f68046 commit aff70eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pipeline {
buildDiscarder(logRotator(numToKeepStr: '10'))
}
environment {
AWS_ACCOUNTS = '435911253355'
AWS_CREDENTIALS = credentials('AWS-KEYS')
AWS_ENV = """${sh(
returnStdout: true,
Expand Down

0 comments on commit aff70eb

Please sign in to comment.