Fixed Syntax in 'Deli' stage
This commit is contained in:
parent
be9a08b999
commit
71d7069f82
1 changed files with 1 additions and 1 deletions
2
jenkins/Jenkinsfile
vendored
2
jenkins/Jenkinsfile
vendored
|
@ -36,7 +36,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh /root/.pyenv/shims/pyinstaller --onefile sources/add2vals.py'
|
sh '/root/.pyenv/shims/pyinstaller --onefile sources/add2vals.py'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|
Loading…
Reference in a new issue