Fix the repository name in the jenkinsfile.

This commit is contained in:
Andrea Dell'Amico 2023-04-10 13:53:08 +02:00
parent d0cec11a5d
commit 6fcea7f0ae
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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