From 8a860dfc0b5c7789bbb244989c6c9e88f20e2705 Mon Sep 17 00:00:00 2001 From: Matt Knop Date: Tue, 19 Sep 2023 10:37:31 -0600 Subject: [PATCH] forcing new build --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index ebbfa8245..24cd62a0b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,5 @@ def secrets = [ + [path: params.VAULT_PATH_SVC_ACCOUNT_EPHEMERAL, engineVersion: 1, secretValues: [ [envVar: 'OC_LOGIN_TOKEN', vaultKey: 'oc-login-token'], [envVar: 'OC_LOGIN_SERVER', vaultKey: 'oc-login-server']]],