modified jenkins file
This commit is contained in:
parent
02022c5be5
commit
b9ef0cbd15
1 changed files with 5 additions and 5 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -27,11 +27,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Deliver') {
|
||||
agent {
|
||||
docker {
|
||||
image 'cdrx/pyinstaller-linux:python2'
|
||||
}
|
||||
}
|
||||
// agent {
|
||||
// docker {
|
||||
// image 'cdrx/pyinstaller-linux:python2'
|
||||
//}
|
||||
//}
|
||||
steps {
|
||||
sh 'pyinstaller --onefile sources/add2vals.py'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue