From 5fcf641c4567af47c0c1db36e4895267e3f51404 Mon Sep 17 00:00:00 2001 From: truongpx-Mac Date: Sat, 21 Oct 2023 16:04:19 +0700 Subject: [PATCH] update --- jenkins-deploy/jenkinsfiles/api.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-deploy/jenkinsfiles/api.jenkinsfile b/jenkins-deploy/jenkinsfiles/api.jenkinsfile index b906e5825..34be97359 100644 --- a/jenkins-deploy/jenkinsfiles/api.jenkinsfile +++ b/jenkins-deploy/jenkinsfiles/api.jenkinsfile @@ -161,7 +161,7 @@ pipeline { export BUILD_ID=${CommitHash}-${BUILD_NUM} git config user.email "jenkins@example.com" 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 """ }