Update Jenkinsfile
This commit is contained in:
parent
3927ec312c
commit
afd64e6fe8
1 changed files with 2 additions and 6 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -30,13 +30,9 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Deliver') {
|
||||
agent {
|
||||
docker {
|
||||
image 'cdrx/pyinstaller-linux:python2'
|
||||
}
|
||||
}
|
||||
|
||||
steps {
|
||||
sh 'echo Helloworld'
|
||||
sh 'pyinstaller --onefile sources/add2vals.py'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
|
Loading…
Reference in a new issue