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