Skip to content

Commit

Permalink
Testing Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed May 31, 2020
1 parent 76d6e5b commit 2d5fb68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ 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 ./comanage-registry-base/Dockerfile ./comanage-registry-base")
def comanage_registry_base_image = docker.build("$maintainer/comanage-registry-base", "--no-cache --build-arg COMANAGE_REGISTRY_VERSION=$version -f ./comanage-registry-base/Dockerfile ./comanage-registry-base")
def comanage_registry_internet2_tap_base_image = docker.build("$maintainer/comanage-registry-internet2-tap-base", "--no-cache -f ./comanage-registry-internet2-tier-base/Dockerfile ./comanage-registry-internet2-tier-base")
//baseImg.push("$tag")
}
}
Expand Down

0 comments on commit 2d5fb68

Please sign in to comment.