Compare commits

..

No commits in common. "ffa88ebe0a6b6a53c1352160e4bfaaa857bd3af2" and "524a4bfde9677c69407d07559bf2aaca64fa7e80" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -29,12 +29,14 @@ 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,10 +41,6 @@ provider "gitea" {
provider "restful" {
base_url = "https://keptn.nttdata-xlabs.com"
client = {
tls_insecure_skip_verify=true
}
security = {
apikey = [
{