Skip to content

Commit

Permalink
Merge pull request #9 from Conjur-Enterprise/add-release-tools
Browse files Browse the repository at this point in the history
CNJR-2169: Add release tools to promote step
  • Loading branch information
gl-johnson authored and GitHub Enterprise committed Nov 2, 2023
2 parents f60c1df + 34c66f0 commit a002dbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ if (params.MODE == "PROMOTE") {

// Pull existing images from internal registry in order to promote
infrapool.agentSh """
export PATH="release-tools/bin:${PATH}"
docker pull registry.tld/secrets-provider-for-k8s:${sourceVersion}
docker pull registry.tld/secrets-provider-for-k8s-redhat:${sourceVersion}
// Promote source version to target version.
# Promote source version to target version.
summon ./bin/publish --promote --source ${sourceVersion} --target ${targetVersion}
"""
}
Expand Down

0 comments on commit a002dbf

Please sign in to comment.