Skip to content

Commit a579909

Browse files
committed
CNJR-5954: Fix Jenkins post promote command
1 parent c40c5d5 commit a579909

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Jenkinsfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,8 @@ if (params.MODE == "PROMOTE") {
133133
summon -f ./secrets.yml ./publish-manifest.sh --promote --dockerhub --base-version=${sourceVersion} --version=${targetVersion}
134134
"""
135135

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

0 commit comments

Comments
 (0)