Updates for new Root ca
This commit is contained in:
parent
4f920ef805
commit
082c57f0df
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -44,7 +44,7 @@ podTemplate(
|
|||||||
|
|
||||||
stage('Run Tests') {
|
stage('Run Tests') {
|
||||||
container('golang-alpine') {
|
container('golang-alpine') {
|
||||||
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getLocalRootCA())
|
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
|
||||||
sh """
|
sh """
|
||||||
if [ ! "/usr/bin/curl" ] || [ ! -x "/usr/bin/curl" ]; then
|
if [ ! "/usr/bin/curl" ] || [ ! -x "/usr/bin/curl" ]; then
|
||||||
apk add --no-cache curl
|
apk add --no-cache curl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user