mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
Put Jenkinsfile milestones before the prompts
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -101,8 +101,8 @@ try {
|
||||
|
||||
stage('Staging') {
|
||||
if (deployToStaging == "true") {
|
||||
input 'Approve?'
|
||||
milestone 40
|
||||
input 'Approve?'
|
||||
node {
|
||||
unstash 'source'
|
||||
deploy 'staging'
|
||||
@@ -122,8 +122,8 @@ try {
|
||||
|
||||
stage('Prod') {
|
||||
if (deployToProduction == "true") {
|
||||
input 'Approve?'
|
||||
milestone 50
|
||||
input 'Approve?'
|
||||
node {
|
||||
unstash 'source'
|
||||
deploy 'production'
|
||||
|
||||
Reference in New Issue
Block a user