From 073ae490af47efc40af8d29182263ba144f9113f Mon Sep 17 00:00:00 2001 From: Matt Knop Date: Mon, 18 Sep 2023 10:40:26 -0600 Subject: [PATCH] forcing a 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']]],