Fix the registry settings, again.
This commit is contained in:
parent
a33937e7a6
commit
33797272d0
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue