Fix the registry settings, again.

This commit is contained in:
Andrea Dell'Amico 2024-04-16 18:57:02 +02:00
parent a33937e7a6
commit 33797272d0
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -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'