Update clinic/service/Jenkinsfile.AuthService
This commit is contained in:
@@ -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-auth-service.git HEAD:develop || exit 1
|
||||
git push http://${GIT_USER}:${GIT_PASS}@git.hzwnrw.my/Clinic/clinic-auth-service.git HEAD:develop || exit 1
|
||||
"""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user