diff --git a/Jenkinsfile b/Jenkinsfile index 4ab75cb..23041f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {