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') {
|
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'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue