Fix the Jenkinsfile syntax.

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

View File

@ -10,7 +10,7 @@ pipeline {
}
environment {
imagename = "hub.d4science.org/rstudio/rstudio-wb3-ecosystem"
registryUrl 'https://hub.d4science.org'
registryUrl = "https://hub.d4science.org"
registryCredential = 'cccd3cf5-9d6c-4044-85d6-59bede0c43f4'
dockerImage = ''
git_url='https://code-repo.d4science.org/gCubeSystem/rstudio-d4science.git'