Fix the harbor credentials and URL.

This commit is contained in:
Andrea Dell'Amico 2024-12-03 15:41:52 +01:00
parent bce4ccdc62
commit a111d80895
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 4 additions and 4 deletions

View File

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