Update Jenkinsfile

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

View File

@ -193,13 +193,7 @@ podTemplate(
if [ -n "\$(git status --porcelain)" ]; then
git add .
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
echo "✅ Successfully updated manifest repository"
else