From cc8755fb103807eeb0fedb148d89d327266c2619 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 16 Apr 2024 18:17:34 +0200 Subject: [PATCH] Fix the Jenkinsfile syntax. --- Jenkinsfile-wb3-ecosystem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-wb3-ecosystem b/Jenkinsfile-wb3-ecosystem index a215ae3..4cc1578 100644 --- a/Jenkinsfile-wb3-ecosystem +++ b/Jenkinsfile-wb3-ecosystem @@ -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'