We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5145f6e commit 0ba99a1Copy full SHA for 0ba99a1
Jenkinsfile
@@ -28,7 +28,7 @@ pipeline {
28
agent {
29
label 'data'
30
}
31
- options { timeout(time: 30, unit: 'MINUTES') }
+ options { timeout(time: 45, 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