[WIP] jenkinsfile integration

This commit is contained in:
bruno DA SILVA
2018-09-05 08:00:07 +02:00
parent 5dc39fe068
commit 148309245b
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ cd test
export DEBUG_UNIT_TEST="0"
php vendor/bin/phpunit --log-junit var/test/phpunit-log.junit.xml --teamcity
php vendor/bin/phpunit --log-junit ../var/test/phpunit-log.junit.xml --teamcity

2
Jenkinsfile vendored
View File

@@ -24,7 +24,7 @@ pipeline {
stage('unattended_install') {
parallel {
stage('debug') {
stage('unattended_install default env') {
steps {
sh './.jenkins/bin/unattended_install/default_env.sh'
}