From a579909060c028c84ab60dc0a984e8e386c65c30 Mon Sep 17 00:00:00 2001 From: Shlomo Heigh Date: Mon, 16 Sep 2024 10:05:57 -0400 Subject: [PATCH] CNJR-5954: Fix Jenkins post promote command --- Jenkinsfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c127595ba6..f449a9adda 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}") ],