update to version 17

This commit is contained in:
2021-03-07 15:46:38 -05:00
parent 9413316360
commit 6a8d2e5e79
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ pipeline {
stage('deploy') {
options {
ansiColor('xterm')
timeout(5)
timeout(15)
}
steps {
dir(WORKDIR) {