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

Increase deployment waiting time

parent c4bb83db
No related branches found
No related tags found
1 merge request!31Increase deployment waiting time
......@@ -16,10 +16,11 @@ pipeline {
orchent depls > depls.output
if cat depls.output | grep -q ERROR
then
echo "orchent depls: NOT ok"
cat depls.output
exit 1
else
echo "orchent ok"
echo "orchent depls: ok"
exit 0
fi
'''
......
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