File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ pipeline {
19
19
}
20
20
}
21
21
agent any
22
+ options { timeout(time : 20 , unit : ' MINUTES' ) }
22
23
23
24
steps {
24
25
script {
@@ -39,6 +40,7 @@ pipeline {
39
40
args ' -v $HOME/.m2:/tmp/spring-data-maven-repository'
40
41
}
41
42
}
43
+ options { timeout(time : 30 , unit : ' MINUTES' ) }
42
44
steps {
43
45
sh ' rm -rf ?'
44
46
@@ -75,6 +77,7 @@ pipeline {
75
77
args ' -v $HOME/.m2:/tmp/spring-data-maven-repository'
76
78
}
77
79
}
80
+ options { timeout(time : 20 , unit : ' MINUTES' ) }
78
81
79
82
environment {
80
83
ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c' )
@@ -96,6 +99,7 @@ pipeline {
96
99
args ' -v $HOME/.m2:/tmp/spring-data-maven-repository'
97
100
}
98
101
}
102
+ options { timeout(time : 20 , unit : ' MINUTES' ) }
99
103
100
104
environment {
101
105
ARTIFACTORY = credentials(' 02bd1690-b54f-4c9f-819d-a77cb7a9822c' )
You can’t perform that action at this time.
0 commit comments