Back to strace -F

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