Update Jenkinsfile

This commit is contained in:
2023-07-02 20:00:38 +02:00
parent 3b6162dfe0
commit 9932f6394e
Vendored
+1 -1
View File
@@ -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)
}
}
}