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.keptn_bridge_url = b.getBuildVariables()["KEPTN_BRIDGE_URL"]
|
||||||
env.TF_VAR_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') {
|
stage('Download & Install Keptn CLI') {
|
||||||
steps {
|
steps {
|
||||||
container('terraform') {
|
container('terraform') {
|
||||||
sh "printenv"
|
|
||||||
sh "apk add --no-cache curl"
|
sh "apk add --no-cache curl"
|
||||||
sh "apk add --no-cache bash"
|
sh "apk add --no-cache bash"
|
||||||
sh "apk add --no-cache gawk"
|
sh "apk add --no-cache gawk"
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,10 @@ provider "gitea" {
|
||||||
|
|
||||||
provider "restful" {
|
provider "restful" {
|
||||||
base_url = "https://keptn.nttdata-xlabs.com"
|
base_url = "https://keptn.nttdata-xlabs.com"
|
||||||
|
client = {
|
||||||
|
tls_insecure_skip_verify=true
|
||||||
|
}
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
apikey = [
|
apikey = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue