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 {
}
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'){
steps {
sh '''#!/bin/bash
......@@ -17,7 +26,7 @@ pipeline {
ansible-playbook site.yaml --extra-vars "paas_ci_test_step='create_deployment'"
'''
}
}
}
stage ('Scan endpoints'){
steps {
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