diff --git a/Jenkinsfile b/Jenkinsfile index b034ee0eb..f53cacbe6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,6 @@ pipeline { agent any stages { - } stage('init') { parallel { stage('debug') { @@ -48,16 +47,16 @@ pipeline { stage('archive phpunit result') { steps { junit 'var/test/phpunit-log.junit.xml' + } } } } - stage('notify') { steps { slackSend(color: '#00FF00', message: "Build finished (${currentBuild.result}), Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})") } } - + } environment { DEBUG_UNIT_TEST = '0'