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 @@ -61,6 +61,7 @@ pipeline {
61
61
docker {
62
62
image ' springci/spring-data-openjdk8-cassandra-3.11:latest'
63
63
label ' data'
64
+ args ' -v $HOME:/tmp/jenkins-home'
64
65
}
65
66
}
66
67
options { timeout(time : 30 , unit : ' MINUTES' ) }
@@ -85,6 +86,7 @@ pipeline {
85
86
docker {
86
87
image ' springci/spring-data-openjdk11-8-cassandra-3.11:latest'
87
88
label ' data'
89
+ args ' -v $HOME:/tmp/jenkins-home'
88
90
}
89
91
}
90
92
options { timeout(time : 30 , unit : ' MINUTES' ) }
@@ -107,6 +109,7 @@ pipeline {
107
109
docker {
108
110
image ' adoptopenjdk/openjdk8:latest'
109
111
label ' data'
112
+ args ' -v $HOME:/tmp/jenkins-home'
110
113
}
111
114
}
112
115
options { timeout(time : 20 , unit : ' MINUTES' ) }
@@ -135,6 +138,7 @@ pipeline {
135
138
docker {
136
139
image ' adoptopenjdk/openjdk8:latest'
137
140
label ' data'
141
+ args ' -v $HOME:/tmp/jenkins-home'
138
142
}
139
143
}
140
144
options { timeout(time : 20 , unit : ' MINUTES' ) }
You can’t perform that action at this time.
0 commit comments