Update Jenkinsfile

This commit is contained in:
Zaman 2020-03-03 11:40:28 +05:00
parent afd64e6fe8
commit 9a074e825a

6
Jenkinsfile vendored
View file

@ -30,7 +30,11 @@ pipeline {
}
}
stage('Deliver') {
agent {
docker {
image 'cdrx/pyinstaller-linux:python2'
}
}
steps {
sh 'pyinstaller --onefile sources/add2vals.py'
}