diff --git a/Jenkinsfile b/Jenkinsfile index e9ee2b74..a7359a78 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -96,6 +96,7 @@ pipeline { } post { failure { + echo "SHOUTPUT: -->${shOutput}<--" npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true) } }