modified jenkins file

This commit is contained in:
udayakr 2019-02-10 16:21:56 +05:30 committed by GitHub
parent 02022c5be5
commit b9ef0cbd15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
Jenkinsfile vendored
View file

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