From f93d28f6e1878f24484e1b51fd0eeb2f20684d65 Mon Sep 17 00:00:00 2001 From: ermisw Date: Tue, 28 Nov 2023 12:38:06 +0100 Subject: [PATCH] added KEPTN Bridge URL as env for passing to other job --- jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkinsfile b/jenkinsfile index 18ac9c9..a94d2df 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -39,8 +39,8 @@ pipeline { sh 'terraform init -backend-config="key=keptn-demo"' sh 'terraform apply -auto-approve' - - env.KEPTN_BRIDGE_URL = terraform output -raw Keptn_Bridge_Url + + env.KEPTN_BRIDGE_URL = "asdsdsd"//terraform output -raw Keptn_Bridge_Url } }