Skip to content

Commit

Permalink
CNJR-5954: Fix Jenkins post promote command
Browse files Browse the repository at this point in the history
  • Loading branch information
szh committed Sep 16, 2024
1 parent c40c5d5 commit a579909
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,8 @@ if (params.MODE == "PROMOTE") {
summon -f ./secrets.yml ./publish-manifest.sh --promote --dockerhub --base-version=${sourceVersion} --version=${targetVersion}
"""

// TODO: In talking to Neil King, this likely won't work until conjurops is migrated over
// to github enterprise. In the absence of promoting an OSS conjur release, though, we haven't
// tried it since the Conjur repo migrated over.
// Trigger Conjurops build to push newly promoted releases of conjur to ConjurOps Staging
build(
job:'../conjurinc--conjurops/master',
job: 'Conjur-Enterprise/Conjur-Enterprise-conjurops/main/Conjur-Enterprise-conjurops-main-full/master',
parameters:[
string(name: 'conjur_oss_source_image', value: "cyberark/conjur:${targetVersion}")
],
Expand Down

0 comments on commit a579909

Please sign in to comment.