Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2022-04-04 20:04:02 +02:00
parent a058e67b0a
commit f5304ae3bf
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

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