Update Jenkinsfile

This commit is contained in:
Zaman 2020-03-02 19:02:49 +05:00
parent bf087bc9ef
commit 854dab24e2

6
Jenkinsfile vendored
View file

@ -30,11 +30,7 @@ pipeline {
}
}
stage('Deliver') {
agent {
docker {
image 'cdrx/pyinstaller-linux:python2'
}
}
steps {
sh "docker run -v $(pwd -P):/src cdxr/pyinstaller-linux:python2"
sh 'pyinstaller --onefile sources/add2vals.py'