Fix the Jenkinsfile syntax.
This commit is contained in:
parent
dcbb04cc78
commit
cc8755fb10
|
@ -10,7 +10,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
imagename = "hub.d4science.org/rstudio/rstudio-wb3-ecosystem"
|
imagename = "hub.d4science.org/rstudio/rstudio-wb3-ecosystem"
|
||||||
registryUrl 'https://hub.d4science.org'
|
registryUrl = "https://hub.d4science.org"
|
||||||
registryCredential = 'cccd3cf5-9d6c-4044-85d6-59bede0c43f4'
|
registryCredential = 'cccd3cf5-9d6c-4044-85d6-59bede0c43f4'
|
||||||
dockerImage = ''
|
dockerImage = ''
|
||||||
git_url='https://code-repo.d4science.org/gCubeSystem/rstudio-d4science.git'
|
git_url='https://code-repo.d4science.org/gCubeSystem/rstudio-d4science.git'
|
||||||
|
|
Loading…
Reference in New Issue