From 33797272d0865c09b134b53b77c4192f327c5541 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 16 Apr 2024 18:57:02 +0200 Subject: [PATCH] Fix the registry settings, again. --- Jenkinsfile-wb3-ecosystem | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-wb3-ecosystem b/Jenkinsfile-wb3-ecosystem index 57e78b4..6f77fc9 100644 --- a/Jenkinsfile-wb3-ecosystem +++ b/Jenkinsfile-wb3-ecosystem @@ -9,8 +9,8 @@ pipeline { label 'docker' } environment { - imagename = "hub.d4science.org/rstudio/rstudio-wb3-ecosystem" - registryUrl = "https://hub.d4science.org" + imagename = "rstudio/rstudio-wb3-ecosystem" + registryUrl = "https://hub.dev.d4science.org" registryCredential = 'cccd3cf5-9d6c-4044-85d6-59bede0c43f4' dockerImage = '' git_url='https://code-repo.d4science.org/gCubeSystem/rstudio-d4science.git'