File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -133,12 +133,8 @@ if (params.MODE == "PROMOTE") {
133
133
summon -f ./secrets.yml ./publish-manifest.sh --promote --dockerhub --base-version=${ sourceVersion} --version=${ targetVersion}
134
134
"""
135
135
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
140
136
build(
141
- job :' ../conjurinc- -conjurops/master' ,
137
+ job : ' Conjur-Enterprise/Conjur-Enterprise -conjurops/main/Conjur-Enterprise-conjurops-main-full /master' ,
142
138
parameters :[
143
139
string(name : ' conjur_oss_source_image' , value : " cyberark/conjur:${ targetVersion} " )
144
140
],
You can’t perform that action at this time.
0 commit comments