This commit is contained in:
Jamie Curnow
2023-03-08 11:11:58 +10:00
parent 7d5331d88b
commit 266fa614df

1
Jenkinsfile vendored
View File

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