From a7f5b34e65f64c717a3f3cf983eb4a34b9f454ca Mon Sep 17 00:00:00 2001 From: Alastair Smith Date: Tue, 5 Mar 2019 17:24:53 -0600 Subject: [PATCH] update Jenkinsfile - echo shell commands removed - file's now complete for our current needs --- Jenkinsfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a865f73846..a678cad13d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,6 @@ pipeline { branch 'amberjack' } steps { - sh 'echo "Build and push new beta-stage image here"' withDockerRegistry(reg) { sh """ docker image build --tag docs/docs-private:beta-stage-${env.BUILD_NUMBER} . && \ @@ -36,7 +35,6 @@ pipeline { branch 'published' } steps { - sh 'echo "Build and push new beta image here"' withDockerRegistry(reg) { sh """ docker image build --tag docs/docs-private:beta-${env.BUILD_NUMBER} . && \ @@ -50,7 +48,6 @@ pipeline { branch 'amberjack' } steps { - sh 'echo "Update beta-stage service here"' withVpn(dtrVpnAddress) { withCredentials(ucpBundle) { sh 'unzip -o $UCP' @@ -72,7 +69,6 @@ pipeline { branch 'published' } steps { - sh 'echo "Update beta service here"' withVpn(dtrVpnAddress) { withCredentials(ucpBundle) { sh 'unzip -o $UCP'