updated Jenkinsfile

pull/2/head
Hari Sekhon 5 years ago
parent 13a490fb5f
commit 5078e28de6

24
Jenkinsfile vendored

@ -86,18 +86,18 @@ pipeline {
}
}
stage('Human gate') {
steps {
input "Proceed to deployment?"
}
}
stage('Deployment') {
steps {
echo 'Deploying...'
echo 'Nothing to deploy'
}
}
// stage('Human gate') {
// steps {
// input "Proceed to deployment?"
// }
// }
//
// stage('Deployment') {
// steps {
// echo 'Deploying...'
// echo 'Nothing to deploy'
// }
// }
}
post {

Loading…
Cancel
Save