1
0
Fork 0

archive npm logs after failure
dustin/hudctrl/pipeline/head There was a failure building this commit Details

Dustin 2022-08-01 14:05:40 -05:00
parent 46ac718b70
commit 818f13ba8d
1 changed files with 7 additions and 0 deletions

7
ci/Jenkinsfile vendored
View File

@ -29,6 +29,13 @@ pipeline {
} }
} }
} }
post {
failure {
dir('ui/npm_cache/_logs') {
archiveArtifacts '*'
}
}
}
} }
} }
} }