mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-13 12:59:10 +00:00
Update Jenkinsfile
This commit is contained in:
+1
-7
@@ -193,13 +193,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}
|
||||||
|
|
||||||
Services updated:
|
|
||||||
${services.collect { "- ${it}: ${props.registry}/${props.image_org}/${it}:${imageTag}" }.join('\n')}
|
|
||||||
|
|
||||||
Build: ${env.BUILD_NUMBER}
|
|
||||||
Commit: ${env.GIT_COMMIT}"
|
|
||||||
|
|
||||||
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