added KEPTN Bridge URL as env for passing to other job

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

View File

@ -40,7 +40,7 @@ pipeline {
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
}
}