mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-12 20:39:09 +00:00
Update Jenkinsfile
This commit is contained in:
+1
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user