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 ba58419 commit 0486c41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ pipeline {
steps {
script {
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")
def comanage_registry_base_image = docker.build("comanage-registry-base:$version-1", "--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("comanage-registry-internet2-tier-base:1", "--no-cache -f ./comanage-registry-internet2-tier-base/Dockerfile ./comanage-registry-internet2-tier-base")
def comanage_registry_internet2_tap_image = docker.build("comanage-registry", "--no-cache --build-arg COMANAGE_REGISTRY_VERSION=$version --build-arg COMANAGE_REGISTRY_BASE_IMAGE_VERSION=1 --build-arg COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=1 -f ./comanage-registry-internet2-tier/Dockerfile ./comanage-registry-internet2-tier")
//baseImg.push("$tag")
}
}
Expand Down

0 comments on commit 0486c41

Please sign in to comment.