diff --git a/jenkinsfile b/jenkinsfile index 983c102..18ac9c9 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -39,7 +39,8 @@ pipeline { sh 'terraform init -backend-config="key=keptn-demo"' sh 'terraform apply -auto-approve' - env.KEPTN_BRIDGE_URL = sh 'terraform output -raw Keptn_Bridge_Url' + + env.KEPTN_BRIDGE_URL = terraform output -raw Keptn_Bridge_Url } }