back to changelog generation

This commit is contained in:
Frédéric Péters 2018-07-24 08:43:21 +02:00
parent 59fa097db9
commit 47a5b46f82
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 'python -c "import resource; print resource.getrlimit(resource.RLIMIT_NOFILE)"'
sh 'python /usr/lib/python2.7/dist-packages/eobuilder/changelog.py bidon X /var/lib/eobuilder/git/bidon/'
}
}
stage('packaging'){