Fix the harbor credentials and URL.
This commit is contained in:
parent
bce4ccdc62
commit
a111d80895
|
@ -10,16 +10,16 @@ pipeline {
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
imagename = "rstudio/rstudio-fisheriesatlas-vlab5"
|
imagename = "rstudio/rstudio-fisheriesatlas-vlab5"
|
||||||
hubname = "hub.dev.d4science.org"
|
hubname = "harbor.d4science.org"
|
||||||
registryUrl = "https://hub.dev.d4science.org"
|
registryUrl = "https://harbor.d4science.org"
|
||||||
registryCredential = 'cccd3cf5-9d6c-4044-85d6-59bede0c43f4'
|
registryCredential = 'harbor-rstudio'
|
||||||
dockerImage = ''
|
dockerImage = ''
|
||||||
git_url='https://code-repo.d4science.org/gCubeSystem/rstudio-d4science.git'
|
git_url='https://code-repo.d4science.org/gCubeSystem/rstudio-d4science.git'
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
// stage('Cloning Git') {
|
// stage('Cloning Git') {
|
||||||
// steps {
|
// 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') {
|
stage('Building image') {
|
||||||
|
|
Loading…
Reference in New Issue