feature/jenkinsfile

Added input step
This commit is contained in:
kudlaty 2018-03-21 17:21:03 +01:00
parent 281af35fb9
commit 707914f3ef

1
Jenkinsfile vendored
View file

@ -34,6 +34,7 @@ pipeline{
}
steps {
sh 'pyinstaller --onefile sources/add2vals.py'
input message: "Build stage finished.(click to preceded)"
}
post {
success {