Compare commits
No commits in common. "ffa88ebe0a6b6a53c1352160e4bfaaa857bd3af2" and "524a4bfde9677c69407d07559bf2aaca64fa7e80" have entirely different histories.
ffa88ebe0a
...
524a4bfde9
|
|
@ -29,12 +29,14 @@ 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,10 +41,6 @@ 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