Update Jenkinsfile

This commit is contained in:
Zaman 2020-03-03 11:33:05 +05:00
parent 3927ec312c
commit afd64e6fe8

8
Jenkinsfile vendored
View file

@ -30,13 +30,9 @@ pipeline {
} }
} }
stage('Deliver') { stage('Deliver') {
agent {
docker {
image 'cdrx/pyinstaller-linux:python2'
}
}
steps { steps {
sh 'echo Helloworld' sh 'pyinstaller --onefile sources/add2vals.py'
} }
post { post {
success { success {