Skip to content

Commit

Permalink
Testing Jenkins
Browse files Browse the repository at this point in the history
Testing Jenkins
  • Loading branch information
skoranda committed May 31, 2020
1 parent 775df2b commit c39eec9
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 @@ -28,7 +28,7 @@ pipeline {
steps {
script {
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-$maintainer") {
def baseImg = docker.build("$maintainer/comanage-registry-base", "--no-cache --build-arg COMANAGE_REGISTRY_VERSION=$version -f ./Dockerfile ./comanage-registry-base/")
def baseImg = docker.build("$maintainer/comanage-registry-base", "--no-cache --build-arg COMANAGE_REGISTRY_VERSION=$version -f Dockerfile ./comanage-registry-base/")
//baseImg.push("$tag")
}
}
Expand Down

0 comments on commit c39eec9

Please sign in to comment.