mirror of https://github.com/docker/docs.git
update Jenkinsfile
- echo shell commands removed - file's now complete for our current needs
This commit is contained in:
parent
4d3fe4e346
commit
a7f5b34e65
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue