We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337ad0d commit 5f24cadCopy full SHA for 5f24cad
Jenkinsfile
@@ -28,7 +28,7 @@ pipeline {
28
agent {
29
label 'data'
30
}
31
- options { timeout(time: 30, unit: 'MINUTES') }
+ options { timeout(time: 60, unit: 'MINUTES') }
32
33
environment {
34
DOCKER_HUB = credentials("${p['docker.credentials']}")
@@ -60,7 +60,7 @@ pipeline {
60
61
62
63
64
65
66
@@ -84,7 +84,7 @@ pipeline {
84
85
86
87
88
89
90
0 commit comments