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

Added environment preparation

parent 280101e3
No related branches found
No related tags found
1 merge request!14Added environment preparation
......@@ -8,13 +8,12 @@ pipeline {
}
stages {
stage ('Create test deployment'){
stage ('Environment initialization'){
steps {
sh '''#!/bin/bash
eval `oidc-agent-service use`
oidc-add infn-cloud --pw-env=PASS
orchent depls
'''
}
}
......
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