Fix the image name

This commit is contained in:
Andrea Dell'Amico 2023-04-11 16:20:34 +02:00
parent ecab2fcfa9
commit bc53caf7d2
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
label 'docker'
}
environment {
imagename = "d4science/r-studio-test"
imagename = "d4science/rstudio-d4science"
registryCredential = 'e348bfab-5580-4db6-b0e0-d854966bde08'
dockerImage = ''
git_url='https://code-repo.d4science.org/gCubeSystem/rstudio-d4science.git'