From 082c57f0df7e57768f7b6d96cb31463dcb35ddb3 Mon Sep 17 00:00:00 2001 From: Hyatt Date: Sat, 17 Dec 2022 20:18:29 +0000 Subject: [PATCH] Updates for new Root ca --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6e02ebc..f642ab6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,7 +44,7 @@ podTemplate( stage('Run Tests') { 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 """ if [ ! "/usr/bin/curl" ] || [ ! -x "/usr/bin/curl" ]; then apk add --no-cache curl