Update Jenkinsfile
This commit is contained in:
parent
bf087bc9ef
commit
854dab24e2
1 changed files with 1 additions and 5 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue