Update 'Jenkinsfile'

add git url and docker image name
This commit is contained in:
Roberto Cirillo 2022-04-04 17:11:28 +02:00
parent c64eb18476
commit 30e648671b
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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') {