File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ pipeline {
28
28
agent {
29
29
label ' data'
30
30
}
31
- options { timeout(time : 30 , unit : ' MINUTES' ) }
31
+ options { timeout(time : 45 , unit : ' MINUTES' ) }
32
32
33
33
environment {
34
34
DOCKER_HUB = credentials(" ${ p['docker.credentials']} " )
@@ -60,7 +60,7 @@ pipeline {
60
60
agent {
61
61
label ' data'
62
62
}
63
- options { timeout(time : 30 , unit : ' MINUTES' ) }
63
+ options { timeout(time : 45 , unit : ' MINUTES' ) }
64
64
65
65
environment {
66
66
DOCKER_HUB = credentials(" ${ p['docker.credentials']} " )
@@ -84,7 +84,7 @@ pipeline {
84
84
agent {
85
85
label ' data'
86
86
}
87
- options { timeout(time : 30 , unit : ' MINUTES' ) }
87
+ options { timeout(time : 45 , unit : ' MINUTES' ) }
88
88
89
89
environment {
90
90
DOCKER_HUB = credentials(" ${ p['docker.credentials']} " )
You can’t perform that action at this time.
0 commit comments