This commit is contained in:
Jamie Curnow 2023-03-08 12:48:37 +10:00
parent 3d51d68984
commit d92c95a448
No known key found for this signature in database
GPG key ID: FFBB624C43388E9E

3
Jenkinsfile vendored
View file

@ -77,6 +77,9 @@ pipeline {
} }
} }
post { post {
always {
sh 'rm -f ${WORKSPACE}/tmp-sh-build'
}
failure { failure {
npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true) npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true)
} }