replace tox by a run of eobuilder changelog

This commit is contained in:
Frédéric Péters 2018-07-24 07:42:51 +02:00
parent 9fb55c1a09
commit 86fe046190
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stages{
stage('unit test'){
steps{
sh 'tox -r -- --junitxml=test_results.xml --cov-report xml --cov=bidon/ tests/'
sh 'python /usr/lib/python2.7/dist-packages/eobuilder/changelog.py combo X /var/lib/eobuilder/git/combo/'
}
}
stage('packaging'){