Skip to content

Commit

Permalink
Test cicd 4 (kubernetes-sigs#381)
Browse files Browse the repository at this point in the history
* change Jenkins creds file name

* change Jenkins creds file name
  • Loading branch information
dandres-stratio authored Nov 28, 2023
1 parent fd73f7a commit 8988cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ hose {
doPackage(conf: config, parameters: "GOCACHE=/tmp")
doDeploy(conf: config)
doDocker(conf: config)
doAT(conf: config, buildToolOverride: ['BUILDTOOL_IMAGE' : 'qa.int.stratio.com:8443/stratio/kind:%%VERSION', 'BUILDTOOL_PRIVILEGED' : true, 'BUILDTOOL_RUNASUSER' : "0"], configFiles: [[fileId: "Clouds-EKS-yaml", variable: "credentials"]], runOnPR: true)
doAT(conf: config, buildToolOverride: ['BUILDTOOL_IMAGE' : 'qa.int.stratio.com:8443/stratio/kind:%%VERSION', 'BUILDTOOL_PRIVILEGED' : true, 'BUILDTOOL_RUNASUSER' : "0"], configFiles: [[fileId: "clouds-credentials.yaml", variable: "credentials"]], runOnPR: true)
}
INSTALL = { config ->
doAT(conf: config, buildToolOverride: ['BUILDTOOL_IMAGE' : 'qa.int.stratio.com:8443/stratio/kind:%%VERSION', 'BUILDTOOL_PRIVILEGED' : true, 'BUILDTOOL_RUNASUSER' : "0"], configFiles: [[fileId: "Clouds-EKS-yaml", variable: "credentials"]], runOnPR: true)
doAT(conf: config, buildToolOverride: ['BUILDTOOL_IMAGE' : 'qa.int.stratio.com:8443/stratio/kind:%%VERSION', 'BUILDTOOL_PRIVILEGED' : true, 'BUILDTOOL_RUNASUSER' : "0"], configFiles: [[fileId: "clouds-credentials.yaml", variable: "credentials"]], runOnPR: true)
}
}

0 comments on commit 8988cdc

Please sign in to comment.