feature/jenkinsfile
Added input step
This commit is contained in:
parent
281af35fb9
commit
707914f3ef
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -34,6 +34,7 @@ pipeline{
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'pyinstaller --onefile sources/add2vals.py'
|
sh 'pyinstaller --onefile sources/add2vals.py'
|
||||||
|
input message: "Build stage finished.(click to preceded)"
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|
Loading…
Reference in a new issue