diff --git a/Jenkinsfile b/Jenkinsfile index a3fdf6e..ba4f97e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,9 +58,9 @@ pipeline { always { sh 'rm -f ${WORKSPACE}/tmp-sh-build' } - failure { + //failure { //npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true) - } + //} } } stage('Integration Tests Sqlite') {