mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
[WIP] jenkinsfile integration
This commit is contained in:
@@ -7,4 +7,4 @@ cd test
|
|||||||
|
|
||||||
export DEBUG_UNIT_TEST="0"
|
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') {
|
stage('unattended_install') {
|
||||||
parallel {
|
parallel {
|
||||||
stage('debug') {
|
stage('unattended_install default env') {
|
||||||
steps {
|
steps {
|
||||||
sh './.jenkins/bin/unattended_install/default_env.sh'
|
sh './.jenkins/bin/unattended_install/default_env.sh'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user