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

Increase deployment waiting time

parent 95edbf43
No related branches found
No related tags found
1 merge request!25Increase deployment waiting time
......@@ -11,7 +11,7 @@ pipeline {
stage ('Test environment'){
steps {
sh '''#!/bin/bash
orchent depls | grep -q ERROR && exit 1
orchent depls | tee depls.output
'''
}
}
......
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