Update Jenkinsfile

This commit is contained in:
Zaman 2020-03-02 19:01:20 +05:00
父節點 784ef9dffd
當前提交 bf087bc9ef

1
Jenkinsfile vendored
查看文件

@ -36,6 +36,7 @@ pipeline {
}
}
steps {
sh "docker run -v $(pwd -P):/src cdxr/pyinstaller-linux:python2"
sh 'pyinstaller --onefile sources/add2vals.py'
}
post {