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