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 6e674ad commit a36f10d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pipeline {
steps {
script {
maintainer = maintain()
imagename = imagename()
version= registryversion()
if(env.BRANCH_NAME == "master") {
tag = "latest"
Expand Down Expand Up @@ -45,7 +46,7 @@ pipeline {
"-f ./$image_dir/Dockerfile ./$image_dir"
def tap_base_image = docker.build("$image_to_build", "$build_arg")

image_to_build = 'comanage-registry'
image_to_build = "$maintainer/$imagename"
image_dir = 'comanage-registry-internet2-tier'
build_arg = '--no-cache ' +
"--build-arg COMANAGE_REGISTRY_VERSION=$version " +
Expand Down
1 change: 1 addition & 0 deletions common.bash
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
maintainer="skoranda"
imagename="comanage-registry"
COMANAGE_REGISTRY_VERSION="3.2.5"

0 comments on commit a36f10d

Please sign in to comment.