From a111d8089502c692cf09012c248a90a92fc97ddb Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 3 Dec 2024 15:41:52 +0100 Subject: [PATCH] Fix the harbor credentials and URL. --- Jenkinsfile-fisheriesatlas-vlab5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile-fisheriesatlas-vlab5 b/Jenkinsfile-fisheriesatlas-vlab5 index 16f58c2..cbb2603 100644 --- a/Jenkinsfile-fisheriesatlas-vlab5 +++ b/Jenkinsfile-fisheriesatlas-vlab5 @@ -10,16 +10,16 @@ pipeline { } environment { imagename = "rstudio/rstudio-fisheriesatlas-vlab5" - hubname = "hub.dev.d4science.org" - registryUrl = "https://hub.dev.d4science.org" - registryCredential = 'cccd3cf5-9d6c-4044-85d6-59bede0c43f4' + hubname = "harbor.d4science.org" + registryUrl = "https://harbor.d4science.org" + registryCredential = 'harbor-rstudio' dockerImage = '' git_url='https://code-repo.d4science.org/gCubeSystem/rstudio-d4science.git' } stages { // stage('Cloning Git') { // steps { - // git([url: git_url, branch: 'fisheriesatlas-vlab5', credentialsId: '88b54962-1c0e-49cb-8155-22276860f346']) + // git([url: git_url, branch: 'fisheriesatlas-vlab5', credentialsId: 'harbor-rstudio']) // } // } stage('Building image') {