Update Jenkinsfile

This commit is contained in:
Zaman 2020-03-02 19:01:20 +05:00
parent 784ef9dffd
commit bf087bc9ef

1
Jenkinsfile vendored
View file

@ -36,6 +36,7 @@ pipeline {
} }
} }
steps { steps {
sh "docker run -v $(pwd -P):/src cdxr/pyinstaller-linux:python2"
sh 'pyinstaller --onefile sources/add2vals.py' sh 'pyinstaller --onefile sources/add2vals.py'
} }
post { post {