Update Jenkinsfile
This commit is contained in:
父節點
f009442f8c
當前提交
cb845cfd58
共有 1 個文件被更改,包括 5 次插入 和 1 次删除
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 {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
載入中…
Reference in a new issue