Update Jenkinsfile

This commit is contained in:
Xiao Jia shan 2019-03-08 12:55:35 +08:00 committed by GitHub
parent cb845cfd58
commit 0a5ef30811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -70,6 +70,7 @@ pipeline {
docker { docker {
image 'richardx/pyinstaller-linux:python2' image 'richardx/pyinstaller-linux:python2'
} }
}
post { post {
success { success {
archiveArtifacts 'dist/LogfileMonitor' archiveArtifacts 'dist/LogfileMonitor'