added KEPTN Bridge URL as env for passing to other job

main
ermisw 2023-11-28 12:45:53 +01:00
parent f93d28f6e1
commit be2c1a32cf
1 changed files with 5 additions and 2 deletions

View File

@ -39,8 +39,11 @@ pipeline {
sh 'terraform init -backend-config="key=keptn-demo"' sh 'terraform init -backend-config="key=keptn-demo"'
sh 'terraform apply -auto-approve' sh 'terraform apply -auto-approve'
env.KEPTN_BRIDGE_URL = "asdsdsd"//terraform output -raw Keptn_Bridge_Url script {
env.KEPTN_BRIDGE_URL = "asdsdsd"
}
} }
} }