From ce62db8e0dc60df5ca78fe1748cc7f554bf7ffca Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Mon, 28 Oct 2019 15:05:21 +0100 Subject: [PATCH] fix: use fork to build the images --- .ci/buildDockerImages.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/buildDockerImages.groovy b/.ci/buildDockerImages.groovy index 379ba4e54..0b4a19190 100644 --- a/.ci/buildDockerImages.groovy +++ b/.ci/buildDockerImages.groovy @@ -242,7 +242,7 @@ pipeline { expression { return params.jruby } } steps { - git url: 'https://github.com/elastic/docker-jruby', branch: 'versions' + git url: 'https://github.com/kuisathaverat/docker-jruby', branch: 'versions' sh(label: 'build docker images', script: "./run.sh --action build --registry ${TAG_CACHE} --exclude 1.7") sh(label: 'test docker images', script: "./run.sh --action test --registry ${TAG_CACHE} --exclude 1.7") dockerLoginElasticRegistry()