[WIP] jenkinsfile integration

This commit is contained in:
bruno DA SILVA
2018-09-04 18:10:39 +02:00
parent 47c7a3c5e3
commit 5dc39fe068

11
Jenkinsfile vendored
View File

@@ -58,6 +58,17 @@ pipeline {
}
}
post {
// always {
//
// }
failure {
junit 'var/test/phpunit-log.junit.xml'
slackSend(color: '#00FF00', message: "Ho no! Build failed! (${currentBuild.result}), Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})")
}
}
environment {
DEBUG_UNIT_TEST = '0'
}