added KEPTN Bridge URL as env for passing to other job
parent
0355645024
commit
00c23bf295
|
|
@ -39,7 +39,8 @@ 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 = sh 'terraform output -raw Keptn_Bridge_Url'
|
|
||||||
|
env.KEPTN_BRIDGE_URL = terraform output -raw Keptn_Bridge_Url
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue