diff --git a/Jenkinsfile b/Jenkinsfile index f30a8fb..bae47e9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,10 +3,10 @@ pipeline { label 'docker' } environment { - imagename = "d4science/janetfrontend" //TO FILL WITH THE RIGHT VALUE (RepositoryName) e.g. d4science/RepositoryName + imagename = "d4science/janetfrontend" registryCredential = 'e348bfab-5580-4db6-b0e0-d854966bde08' dockerImage = '' - git_url='https://code-repo.d4science.org/ahmed.ibrahim39699/JanetFrontEnd.git' // SET HERE THE URL OF YOUR NEW GIT PROJECT + git_url='https://code-repo.d4science.org/ahmed.ibrahim39699/JanetFrontEnd.git' } stages { stage('Cloning Git') {