mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
[WIP] jenkinsfile integration
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user