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 @@ -128,7 +128,7 @@ pipeline {
128128 sh ' docker-compose down --remove-orphans --volumes -t 30 || true'
129129 }
130130 unstable {
131- dir(path : ' testing /results' ) {
131+ dir(path : ' test /results' ) {
132132 archiveArtifacts(allowEmptyArchive : true , artifacts : ' **/*' , excludes : ' **/*.xml' )
133133 }
134134 }
@@ -161,7 +161,7 @@ pipeline {
161161 sh ' docker-compose down --remove-orphans --volumes -t 30 || true'
162162 }
163163 unstable {
164- dir(path : ' testing /results' ) {
164+ dir(path : ' test /results' ) {
165165 archiveArtifacts(allowEmptyArchive : true , artifacts : ' **/*' , excludes : ' **/*.xml' )
166166 }
167167 }
@@ -199,7 +199,7 @@ pipeline {
199199 sh ' docker-compose down --remove-orphans --volumes -t 30 || true'
200200 }
201201 unstable {
202- dir(path : ' testing /results' ) {
202+ dir(path : ' test /results' ) {
203203 archiveArtifacts(allowEmptyArchive : true , artifacts : ' **/*' , excludes : ' **/*.xml' )
204204 }
205205 }
You can’t perform that action at this time.
0 commit comments