From cc80957d1e69ef9328a7bfba3dca86c0b10390c2 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sat, 6 Mar 2021 13:29:45 +0000 Subject: [PATCH] schutzbot/integration/el8: add azure creds This was left out from the EL8 test case, include the same creds as in the other cases. --- schutzbot/Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schutzbot/Jenkinsfile b/schutzbot/Jenkinsfile index f0661ec16..c666fb6d9 100644 --- a/schutzbot/Jenkinsfile +++ b/schutzbot/Jenkinsfile @@ -566,6 +566,8 @@ pipeline { VCENTER_CREDS = credentials('vmware-vcenter-credentials') GOOGLE_APPLICATION_CREDENTIALS = credentials('gcp-credentials-osbuildci') GCP_API_TEST_SHARE_ACCOUNT = credentials('gcp-credentials-share-account') + AZURE_CLIENT_ID = credentials('azure-client-id') + AZURE_CLIENT_SECRET = credentials('azure-client-secret') } steps { run_tests('integration')