diff --git a/Jenkinsfile b/Jenkinsfile index a39dbea..a3fdf6e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,7 @@ pipeline { sh 'rm -f ${WORKSPACE}/tmp-sh-build' } failure { - npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true) + //npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true) } } }