Compare commits

...

2 Commits

Author SHA1 Message Date
ermisw ffa88ebe0a disabled cert check 2024-11-29 12:24:26 +01:00
ermisw 9def2d78c2 disabled cert check 2024-11-29 12:24:10 +01:00
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -41,6 +41,10 @@ provider "gitea" {
provider "restful" {
base_url = "https://keptn.nttdata-xlabs.com"
client = {
tls_insecure_skip_verify=true
}
security = {
apikey = [
{