update Jenkinsfile

- echo shell commands removed
- file's now complete for our current needs
This commit is contained in:
Alastair Smith 2019-03-05 17:24:53 -06:00
parent 4d3fe4e346
commit a7f5b34e65
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -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'