diff --git a/clinic/service/Jenkinsfile.PatientService b/clinic/service/Jenkinsfile.PatientService index b465dba..71d445b 100644 --- a/clinic/service/Jenkinsfile.PatientService +++ b/clinic/service/Jenkinsfile.PatientService @@ -15,7 +15,7 @@ pipeline { checkout([$class: 'GitSCM', branches: [[name: '*/develop']], userRemoteConfigs: [[ - url: 'http://192.168.100.103:3000/Clinic/clinic-patient-service.git', + url: 'https://git.hzwnrw.my/Clinic/clinic-patient-service.git', credentialsId: env.GITEA_CREDENTIALS ]] ]) @@ -59,7 +59,7 @@ pipeline { git config user.name "Jenkins" git add pom.xml git commit -m "Auto-increment version to ${newVersion}" || echo "No changes to commit" - git push http://${GIT_USER}:${GIT_PASS}@192.168.100.103:3000/Clinic/clinic-patient-service.git HEAD:develop || exit 1 + git push https://${GIT_USER}:${GIT_PASS}@git.hzwnrw.my/Clinic/clinic-patient-service.git HEAD:develop || exit 1 """ }