diff --git a/jenkinsfile b/jenkinsfile index a94d2df..9a8545a 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -39,8 +39,11 @@ pipeline { sh 'terraform init -backend-config="key=keptn-demo"' sh 'terraform apply -auto-approve' - - env.KEPTN_BRIDGE_URL = "asdsdsd"//terraform output -raw Keptn_Bridge_Url + + script { + env.KEPTN_BRIDGE_URL = "asdsdsd" + } + } }