Update Jenkinsfile
This commit is contained in:
parent
f009442f8c
commit
cb845cfd58
1 changed files with 5 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -70,8 +70,12 @@ pipeline {
|
||||||
docker {
|
docker {
|
||||||
image 'richardx/pyinstaller-linux:python2'
|
image 'richardx/pyinstaller-linux:python2'
|
||||||
}
|
}
|
||||||
|
post {
|
||||||
|
success {
|
||||||
|
archiveArtifacts 'dist/LogfileMonitor'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'pyinstaller --onefile sources/LogfileMonitor.py'
|
sh 'pyinstaller --onefile sources/LogfileMonitor.py'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue