File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ def call(params = [:]) {
141141 // sanity check kola actually ran and dumped its output
142142 shwrap(" cosa shell -- test -d ${ outputDir} /${ id} " )
143143 // collect the output
144- shwrap(" cosa shell -- tar -c --xz ${ outputDir} /${ id} > ${ env.WORKSPACE} /${ id} -${ token} .tar.xz" )
144+ shwrap(" cosa shell -- tar -c --xz ${ outputDir} /${ id} > ${ env.WORKSPACE} /${ id} -${ token} .tar.xz || : " )
145145 archiveArtifacts allowEmptyArchive : true , artifacts : " ${ id} -${ token} .tar.xz"
146146 }
147147 }
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def call(params = [:]) {
9191 parallel(testIsoRuns2)
9292 } finally {
9393 for (id in ids) {
94- shwrap(" cosa shell -- tar -c --xz ${ outputDir} /${ id} > ${ env.WORKSPACE} /${ id} -${ token} .tar.xz" )
94+ shwrap(" cosa shell -- tar -c --xz ${ outputDir} /${ id} > ${ env.WORKSPACE} /${ id} -${ token} .tar.xz || : " )
9595 archiveArtifacts allowEmptyArchive : true , artifacts : " ${ id} -${ token} .tar.xz"
9696 }
9797 }
You can’t perform that action at this time.
0 commit comments