mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-29 07:12:14 +08:00
update
This commit is contained in:
parent
60cd89f989
commit
5fcf641c45
@ -161,7 +161,7 @@ pipeline {
|
|||||||
export BUILD_ID=${CommitHash}-${BUILD_NUM}
|
export BUILD_ID=${CommitHash}-${BUILD_NUM}
|
||||||
git config user.email "jenkins@example.com"
|
git config user.email "jenkins@example.com"
|
||||||
git config user.name "Jenkins"
|
git config user.name "Jenkins"
|
||||||
git add open-im-server/api/deployment.yaml && git commit -m "Update app image tag to ${CommitHash}-${BUILD_NUM}"
|
git add open-im-server/${params.RELEASE_PROJECTS}/deployment.yaml && git commit -m "Update app image tag to ${CommitHash}-${BUILD_NUM}"
|
||||||
git push -f https://${GITHUB_TOKEN}@github.com/${ORGANIZATION_NAME}/${SERVICE_NAME_INFRA}.git HEAD:main
|
git push -f https://${GITHUB_TOKEN}@github.com/${ORGANIZATION_NAME}/${SERVICE_NAME_INFRA}.git HEAD:main
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user