Update Jenkinsfile

This commit is contained in:
Zaman 2020-03-03 12:27:56 +05:00
parent 998103654e
commit 894dde52a4

2
Jenkinsfile vendored
View file

@ -36,7 +36,7 @@ pipeline {
} }
} }
steps { steps {
sh 'pyinstaller-alpine --noconfirm --onefile --clean sources/add2vals.py' sh 'six8/pyinstaller-alpine --noconfirm --onefile --clean sources/add2vals.py'
} }
post { post {
success { success {