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

Commit

Permalink
typo fix (and it's still crude..)
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 ec9d2a8 commit 8b7b748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ node('agent && linux && dejenkinsnode001') // shall only run on a jenkins agent
//docker.withTool('default') {
//sh "mvn --settings $MAVEN_SETTINGS --file pom.xml --batch-mode -Dmaven.test.failure.ignore=true ${MF_MAVEN_TASK_RESOLVE_PARAMS} ${MF_MAVEN_TASK_DEPLOY_PARAMS} clean deploy docker:build -DpushImage"
sh "mvn --settings $MAVEN_SETTINGS --file pom.xml --batch-mode -Dmaven.test.failure.ignore=true ${MF_MAVEN_TASK_RESOLVE_PARAMS} ${MF_MAVEN_TASK_DEPLOY_PARAMS} clean deploy"
sh "cp target/metasfresh-admin-${BUILD_VERSION}.jar src/main/docker/de.metas.admin.webui-1.0.0.jar"
sh "cp target/metasfresh-admin-${BUILD_VERSION}.jar src/main/docker/metasfresh-admin.jar"

docker.withRegistry('https://index.docker.io/v1/', 'dockerhub_metasfresh')
{
Expand Down

0 comments on commit 8b7b748

Please sign in to comment.