remove comments
This commit is contained in:
parent
3018511980
commit
3fa164c2b9
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue