업데이트 'Jenkinsfile'

This commit is contained in:
2023-03-22 16:10:56 +09:00
parent eeec2f206f
commit f9758d08a2

2
Jenkinsfile vendored
View File

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