Skip to content

Commit

Permalink
keep prod deployment same
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Jun 3, 2020
1 parent ca9a353 commit 1f868d7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions openshift/pipelines/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,21 +145,20 @@ podTemplate(label: "master-maven-${env.BUILD_NUMBER}", name: "master-maven-${env
prepareOtherStages.confirmStage("Please confirm to continue the deployment on Prod").call()

//check postgresql-backup space, it needs to be less than 80% full, otherwise pipeline will be pending for cleanup
//removed as backup-container is used
//prepareOtherStages.checkBackupSpace("mem-tfrs-prod").call()
prepareOtherStages.checkBackupSpace("mem-tfrs-prod").call()

//Bring up Maintenance Page
prepareOtherStages.bringUpMaintenancePageStage("mem-tfrs-prod").call()

//Datebase Backup, removed as backup-container is used
//prepareOtherStages.databaseBackupStage("mem-tfrs-prod", tfrsRelease).call()
//Datebase Backup
prepareOtherStages.databaseBackupStage("mem-tfrs-prod", tfrsRelease).call()

//apply deployment configs
//if there is an new environment variable added to the invoked template, the stage needs to be applied.
prepareDCStages.backendDCStage("prod").call()
prepareDCStages.celeryDCStage("prod").call()
//prepareDCStages.backendDCStage("prod").call()
//prepareDCStages.celeryDCStage("prod").call()
//prepareDCStages.scanCoordinatorDCStage("prod").call()
prepareDCStages.scanHandlerDCStage("prod").call()
//prepareDCStages.scanHandlerDCStage("prod").call()
//prepareDCStages.notificationServerDCStage("prod").call()
//prepareDCStages.frontendDCStage("prod").call()

Expand Down

0 comments on commit 1f868d7

Please sign in to comment.