Compare commits
2 Commits
524a4bfde9
...
ffa88ebe0a
| Author | SHA1 | Date |
|---|---|---|
|
|
ffa88ebe0a | |
|
|
9def2d78c2 |
|
|
@ -29,14 +29,12 @@ pipeline {
|
|||
env.keptn_bridge_url = b.getBuildVariables()["KEPTN_BRIDGE_URL"]
|
||||
env.TF_VAR_KEPTN_BRIDGE_URL = b.getBuildVariables()["KEPTN_BRIDGE_URL"]
|
||||
}
|
||||
sh "printenv"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Download & Install Keptn CLI') {
|
||||
steps {
|
||||
container('terraform') {
|
||||
sh "printenv"
|
||||
sh "apk add --no-cache curl"
|
||||
sh "apk add --no-cache bash"
|
||||
sh "apk add --no-cache gawk"
|
||||
|
|
|
|||
|
|
@ -41,6 +41,10 @@ provider "gitea" {
|
|||
|
||||
provider "restful" {
|
||||
base_url = "https://keptn.nttdata-xlabs.com"
|
||||
client = {
|
||||
tls_insecure_skip_verify=true
|
||||
}
|
||||
|
||||
security = {
|
||||
apikey = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue