diff --git a/Jenkinsfile b/Jenkinsfile index f2b1a6d..89cd74a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ podTemplate( def namespace = props["namespace"] stage("Get Source") { - git branch: 'master', credentialsId: GIT_CREDENTIALS, url: http://mindol.synology.me:8418/kiz-space/eureka-server.git + git branch: 'master', credentialsId: GIT_CREDENTIALS, url: "http://mindol.synology.me:8418/kiz-space/eureka-server.git" } try {