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

Increase deployment waiting time

parent 7e294caa
No related branches found
No related tags found
1 merge request!23Increase deployment waiting time
......@@ -12,7 +12,7 @@ pipeline {
steps {
sh '''#!/bin/bash
orchent depls > depls.output
grep -Fxq "ERROR" depls.output
grep -Fq "ERROR" 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