schutzbot/integration/el8: add azure creds
This was left out from the EL8 test case, include the same creds as in the other cases.
This commit is contained in:
parent
271960585b
commit
cc80957d1e
1 changed files with 2 additions and 0 deletions
2
schutzbot/Jenkinsfile
vendored
2
schutzbot/Jenkinsfile
vendored
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue