print resource.getrlimit(resource.RLIMIT_NOFILE)

This commit is contained in:
Frédéric Péters 2018-07-24 08:25:05 +02:00
parent 5646295a4a
commit 59fa097db9
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 'strace -F -tt 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'){