remove comments

This commit is contained in:
Roberto Cirillo 2023-03-31 16:38:57 +02:00
parent 3018511980
commit 3fa164c2b9
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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') {