added KEPTN Bridge URL as env for passing to other job
parent
f93d28f6e1
commit
be2c1a32cf
|
|
@ -40,7 +40,10 @@ pipeline {
|
||||||
|
|
||||||
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"
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue