Skip to content
Snippets Groups Projects
Commit 6277087e authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Updated oidc-agent account

parent b426d7a5
No related branches found
No related tags found
1 merge request!19Updated oidc-agent account
Pipeline #111399 passed
...@@ -8,6 +8,15 @@ pipeline { ...@@ -8,6 +8,15 @@ pipeline {
} }
stages { stages {
stage ('Test environment'){
steps {
sh '''#!/bin/bash
eval `oidc-agent-service use`
oidc-add infn-cloud-ops --pw-env=PASS
orchent depls"
'''
}
}
stage ('Create test deployment'){ stage ('Create test deployment'){
steps { steps {
sh '''#!/bin/bash sh '''#!/bin/bash
...@@ -17,7 +26,7 @@ pipeline { ...@@ -17,7 +26,7 @@ pipeline {
ansible-playbook site.yaml --extra-vars "paas_ci_test_step='create_deployment'" ansible-playbook site.yaml --extra-vars "paas_ci_test_step='create_deployment'"
''' '''
} }
} }
stage ('Scan endpoints'){ stage ('Scan endpoints'){
steps { steps {
withCredentials([ withCredentials([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment