Skip to content

Commit

Permalink
open build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Jun 3, 2020
1 parent 281c4b9 commit ca9a353
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openshift/pipelines/Jenkinsfile-develop
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ podTemplate(label: "develop-maven-${env.BUILD_NUMBER}", name: "develop-maven-${e
//prepareOtherStages.sonarqubeStage().call()

//run all the builds
/****
backendBuildStages = prepareBuilds.backendBuildStages('dev')
frontendBuildStages = prepareBuilds.frontendBuildStages('dev')
for (builds in backendBuildStages) {
Expand All @@ -60,13 +59,12 @@ podTemplate(label: "develop-maven-${env.BUILD_NUMBER}", name: "develop-maven-${e
}
}
}
****/

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

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

//Datebase Backup
//prepareOtherStages.databaseBackupStage("mem-tfrs-dev", tfrsRelease).call()
Expand Down

0 comments on commit ca9a353

Please sign in to comment.