Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
push both as "latest" and with the actual build#
Browse files Browse the repository at this point in the history
create docker image #3
  • Loading branch information
metas-ts committed May 5, 2017
1 parent 5139c84 commit 8512a21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ node('agent && linux && dejenkinsnode001') // shall only run on a jenkins agent
{
def app = docker.build 'metasfresh/spring-boot-admin', 'src/main/docker';
app.push "${MF_UPSTREAM_BRANCH}-latest";
app.push "${MF_UPSTREAM_BRANCH}-${BUILD_VERSION}";
}
}
}
Expand Down

0 comments on commit 8512a21

Please sign in to comment.