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

Increase deployment waiting time

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