added KEPTN Bridge URL as env for passing to other job

main
ermisw 2023-11-28 12:36:12 +01:00
parent 0355645024
commit 00c23bf295
1 changed files with 2 additions and 1 deletions

View File

@ -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
}
}