add input stage
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -21,13 +21,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage ('Deploy?') {
|
stage ('Deploy?') {
|
||||||
|
|
||||||
steps {
|
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
input('Do you want to deploy?')
|
input('Do you want to deploy?')
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stage ('Deployment Stage') {
|
stage ('Deployment Stage') {
|
||||||
|
|||||||
Reference in New Issue
Block a user