Update 'Jenkinsfile'

add git url and docker image
This commit is contained in:
Roberto Cirillo 2022-04-04 17:16:49 +02:00
parent bb365e272d
commit 537dbbb0dc
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -9,9 +9,9 @@ pipeline {
label 'docker'
}
environment {
imagename = "" //TO FILL WITH THE RIGHT VALUE (RepositoryName) e.g. d4science/RepositoryName
imagename = "d4science/r-studio-test" //TO FILL WITH THE RIGHT VALUE (RepositoryName) e.g. d4science/RepositoryName
registryCredential = 'e348bfab-5580-4db6-b0e0-d854966bde08'
dockerImage = ''
dockerImage = 'https://code-repo.d4science.org/gCubeSystem/r-studio-test.git'
git_url='' // SET HERE THE URL OF YOUR NEW GIT PROJECT
}
stages {