Skip to content

Commit f3b1641

Browse files
authored
Stop deploying to dev by removing the dev job reference from the Jenkins file. (#10918)
1 parent 4974e96 commit f3b1641

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Jenkinsfile.cd

-16
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,6 @@ pipeline {
4343
}
4444
}
4545

46-
stage('Deploy to DEV') {
47-
when {
48-
expression {
49-
!shouldBail()
50-
}
51-
}
52-
steps {
53-
build job: "deploys/${params.app}-vagov-dev", parameters: [
54-
stringParam(name: 'app', value: params.app),
55-
booleanParam(name: 'notify_slack', value: true),
56-
stringParam(name: 'ref', value: commit),
57-
booleanParam(name: 'migration_status', value: false)
58-
] , wait: false
59-
}
60-
}
61-
6246
stage('Deploy to STAGING') {
6347
when {
6448
expression {

0 commit comments

Comments
 (0)