Update Jenkinsfile

This commit is contained in:
John Hanzu Kim 2025-06-19 15:17:21 +09:00 committed by GitHub
parent ca5b4166e3
commit 458be8df69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,8 +192,7 @@ podTemplate(
# 변경사항이 있으면 커밋 및 푸시 # 변경사항이 있으면 커밋 및 푸시
if [ -n "\$(git status --porcelain)" ]; then if [ -n "\$(git status --porcelain)" ]; then
git add . git add .
git commit -m "Update SMarketing services to ${imageTag} git commit -m "Update SMarketing services to ${imageTag} - Build ${env.BUILD_NUMBER}"
git push origin main git push origin main
echo "✅ Successfully updated manifest repository" echo "✅ Successfully updated manifest repository"
else else