From 30e648671b7372245ab0069875b4024b51db01cc Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Mon, 4 Apr 2022 17:11:28 +0200 Subject: [PATCH] Update 'Jenkinsfile' add git url and docker image name --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4ab75cb..227388c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,10 +9,10 @@ pipeline { label 'docker' } environment { - imagename = "" //TO FILL WITH THE RIGHT VALUE (RepositoryName) e.g. d4science/RepositoryName + imagename = "d4science/r-studio-202202" //TO FILL WITH THE RIGHT VALUE (RepositoryName) e.g. d4science/RepositoryName registryCredential = 'e348bfab-5580-4db6-b0e0-d854966bde08' dockerImage = '' - git_url='' // SET HERE THE URL OF YOUR NEW GIT PROJECT + git_url='https://code-repo.d4science.org/gCubeSystem/r-studio-202202.git' // SET HERE THE URL OF YOUR NEW GIT PROJECT } stages { stage('Cloning Git') {