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

Added environment preparation

parent 7d48b06c
No related branches found
No related tags found
1 merge request!14Added environment preparation
Pipeline #109554 failed
...@@ -13,6 +13,14 @@ pipeline { ...@@ -13,6 +13,14 @@ pipeline {
sh '''#!/bin/bash sh '''#!/bin/bash
eval `oidc-agent-service use` eval `oidc-agent-service use`
oidc-add infn-cloud --pw-env=PASS oidc-add infn-cloud --pw-env=PASS
orchent depls
'''
}
}
stage ('Create test deployment'){
steps {
sh '''#!/bin/bash
wget -O site.yaml "${PLAYBOOK_URL}" wget -O site.yaml "${PLAYBOOK_URL}"
ansible-playbook site.yaml --extra-vars "paas_ci_test_step='create_deployment'" ansible-playbook site.yaml --extra-vars "paas_ci_test_step='create_deployment'"
......
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