Fix the harbor credentials and URL.
This commit is contained in:
parent
bce4ccdc62
commit
a111d80895
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue