Update Jenkinsfile
This commit is contained in:
Vendored
+2
-2
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user