refactor: Jenkinsfile - Check Changes 변경

This commit is contained in:
OhSeongRak
2025-06-17 13:18:49 +09:00
parent 1cfbcadba9
commit e50e4b4da4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ podTemplate(
if (!changes.contains("smarketing-java/")) {
echo "No changes in smarketing-java, skipping build"
currentBuild.result = 'SUCCESS'
return
error("Stopping pipeline - no changes detected")
}
echo "Changes detected in smarketing-java, proceeding with build"