From 5675916302063a28a3d53c388ddd20f7a000b1a2 Mon Sep 17 00:00:00 2001 From: Kuan Fan <31664961+kuanfandevops@users.noreply.github.com> Date: Thu, 24 Sep 2020 12:11:26 -0700 Subject: [PATCH] remove backend deployment --- openshift/pipelines/Jenkinsfile-prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/pipelines/Jenkinsfile-prod b/openshift/pipelines/Jenkinsfile-prod index fd94f4e42..c684250af 100644 --- a/openshift/pipelines/Jenkinsfile-prod +++ b/openshift/pipelines/Jenkinsfile-prod @@ -54,7 +54,7 @@ podTemplate(label: "master-maven-${env.BUILD_NUMBER}", name: "master-maven-${env prepareOtherStages.confirmStage("Please verify the database backup and confirm the deployment on Prod. Will tag prod from test tags. This is the last chance to quit.").call() //Deploy Backend, tag the latest to env tag - prepareOtherStages.deployBackendToProdStage().call() + //prepareOtherStages.deployBackendToProdStage().call() //Deploy Frontend, tag the latest to env tag prepareOtherStages.deployFrontendToProdStage().call()