Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
bump to 84
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Nov 12, 2020
1 parent ed04759 commit 2589b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ pipeline {
def cdabclientrpm = findFiles(glob: "src/docker/cdab-client-*.rpm")
def cdabremoteclientrpm = findFiles(glob: "src/docker/cdab-remote-client-*.rpm")
def descriptor = readDescriptor()
def testsuite = docker.build(descriptor.docker_image_name, "--build-arg CDAB_RELEASE=${descriptor.version} --build-arg CDAB_CLIENT_RPM=${cdabclientrpm[0].name} --build-arg CDAB_REMOTE_CLIENT_RPM=${cdabremoteclientrpm[0].name} ./src/docker")
def mType=getTypeOfVersion(env.BRANCH_NAME)
def testsuite = docker.build(descriptor.docker_image_name, "--build-arg CDAB_RELEASE=${mType}${descriptor.version} --build-arg CDAB_CLIENT_RPM=${cdabclientrpm[0].name} --build-arg CDAB_REMOTE_CLIENT_RPM=${cdabremoteclientrpm[0].name} ./src/docker")
docker.withRegistry('https://registry.hub.docker.com', 'dockerhub-emmanuelmathot') {
testsuite.push("${mType}${descriptor.version}")
testsuite.push("${mType}latest")
Expand Down
2 changes: 1 addition & 1 deletion build.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker_image_name: esacdab/testsuite
version: 81
version: 84

0 comments on commit 2589b37

Please sign in to comment.