Skip to content

Commit

Permalink
Merge pull request #16 from Conjur-Enterprise/CNJR-3490-publish-image…
Browse files Browse the repository at this point in the history
…s-internally

Fix promotions
  • Loading branch information
gl-johnson authored and GitHub Enterprise committed Dec 29, 2023
2 parents 8851286 + 148fa18 commit 608f193
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,15 @@ pipeline {
steps { script { infrapool.agentSh 'bin/test_e2e' } }
}

// Allows for the promotion of images.
stage('Push images to internal registry') {
steps {
script {
infrapool.agentSh './bin/publish --internal'
}
}
}

stage('Package artifacts') {
when {
expression {
Expand Down

0 comments on commit 608f193

Please sign in to comment.