Skip to content
Snippets Groups Projects

Increase deployment waiting time

Merged Gioacchino Vino requested to merge debug_paas_ci into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -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
'''
}
}
Loading