File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ pipeline {
128
128
sh ' docker-compose down --remove-orphans --volumes -t 30 || true'
129
129
}
130
130
unstable {
131
- dir(path : ' testing /results' ) {
131
+ dir(path : ' test /results' ) {
132
132
archiveArtifacts(allowEmptyArchive : true , artifacts : ' **/*' , excludes : ' **/*.xml' )
133
133
}
134
134
}
@@ -161,7 +161,7 @@ pipeline {
161
161
sh ' docker-compose down --remove-orphans --volumes -t 30 || true'
162
162
}
163
163
unstable {
164
- dir(path : ' testing /results' ) {
164
+ dir(path : ' test /results' ) {
165
165
archiveArtifacts(allowEmptyArchive : true , artifacts : ' **/*' , excludes : ' **/*.xml' )
166
166
}
167
167
}
@@ -199,7 +199,7 @@ pipeline {
199
199
sh ' docker-compose down --remove-orphans --volumes -t 30 || true'
200
200
}
201
201
unstable {
202
- dir(path : ' testing /results' ) {
202
+ dir(path : ' test /results' ) {
203
203
archiveArtifacts(allowEmptyArchive : true , artifacts : ' **/*' , excludes : ' **/*.xml' )
204
204
}
205
205
}
You can’t perform that action at this time.
0 commit comments