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 2d5fb68 commit ba58419
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 @@ -30,6 +30,7 @@ pipeline {
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-$maintainer") {
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")
def comanage_registry_internet2_tap_image = docker.build("$maintainer/comanage-registry", "--no-cache --build-arg COMANAGE_REGISTRY_VERSION=$version --build-arg COMANAGE_REGISTRY_BASE_IMAGE_VERSION=$maintainer/comanage-registry-base --build-arg COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=$maintainer/comanage-registry-internet2-tap-base -f ./comanage-registry-internet2-tier/Dockerfile ./comanage-registry-internet2-tier")
//baseImg.push("$tag")
}
}
Expand Down

0 comments on commit ba58419

Please sign in to comment.