fix jenkinsfile

This commit is contained in:
Roberto Cirillo 2022-03-31 12:06:51 +02:00
parent 2ed3ea9f2b
commit 6333b76a7e
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -3,9 +3,9 @@ pipeline {
label 'docker'
}
environment {
imagename = "d4science/r-full" #TO FILL WITH THE RIGHT VALUE (RepositoryName)
imagename = "d4science/r-full" //TO FILL WITH THE RIGHT VALUE (RepositoryName)
registryCredential = 'e348bfab-5580-4db6-b0e0-d854966bde08'
dockerImage = '' # TO FILL WITH THE RIGHT VALUE
dockerImage = '' // TO FILL WITH THE RIGHT VALUE IF NEEDED
git_url='https://code-repo.d4science.org/gCubeSystem/docker-r-template-test.git'
}
stages {