Update Jenkinsfile

This commit is contained in:
2023-07-02 20:01:41 +02:00
parent 9932f6394e
commit d9396c4189
Vendored
+2 -2
View File
@@ -58,9 +58,9 @@ pipeline {
always { always {
sh 'rm -f ${WORKSPACE}/tmp-sh-build' sh 'rm -f ${WORKSPACE}/tmp-sh-build'
} }
failure { //failure {
//npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true) //npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true)
} //}
} }
} }
stage('Integration Tests Sqlite') { stage('Integration Tests Sqlite') {