Update clinic/service/Jenkinsfile.AuthService

This commit is contained in:
2025-05-25 11:18:50 +08:00
parent f6eac49aea
commit 614bdd6a9a

View File

@@ -15,7 +15,7 @@ pipeline {
checkout([$class: 'GitSCM',
branches: [[name: '*/develop']],
userRemoteConfigs: [[
url: 'http://192.168.100.103:3000/Clinic/clinic-auth-service.git',
url: 'https://git.hzwnrw.my/Clinic/clinic-auth-service.git',
credentialsId: env.GITEA_CREDENTIALS
]]
])