This commit is contained in:
Jamie Curnow 2023-03-08 11:11:58 +10:00
parent 7d5331d88b
commit 266fa614df
No known key found for this signature in database
GPG key ID: FFBB624C43388E9E

1
Jenkinsfile vendored
View file

@ -96,6 +96,7 @@ pipeline {
}
post {
failure {
echo "SHOUTPUT: -->${shOutput}<--"
npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true)
}
}