Update clinic/service/Jenkinsfile.AuthService
This commit is contained in:
@@ -59,7 +59,7 @@ pipeline {
|
|||||||
git config user.name "Jenkins"
|
git config user.name "Jenkins"
|
||||||
git add pom.xml
|
git add pom.xml
|
||||||
git commit -m "Auto-increment version to ${newVersion}" || echo "No changes to commit"
|
git commit -m "Auto-increment version to ${newVersion}" || echo "No changes to commit"
|
||||||
git push http://${GIT_USER}:${GIT_PASS}@git.hzwnrw.my/Clinic/clinic-auth-service.git HEAD:develop || exit 1
|
git push https://${GIT_USER}:${GIT_PASS}@git.hzwnrw.my/Clinic/clinic-auth-service.git HEAD:develop || exit 1
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user