Update Jenkinsfile

This commit is contained in:
John Hanzu Kim
2025-06-19 14:59:27 +09:00
committed by GitHub
parent dcee8e45fd
commit 261404dd72
-2
View File
@@ -212,7 +212,6 @@ podTemplate(
} }
stage('Trigger ArgoCD Sync') { stage('Trigger ArgoCD Sync') {
steps {
script { script {
echo """ echo """
🎯 CI Pipeline 완료! 🎯 CI Pipeline 완료!
@@ -231,7 +230,6 @@ podTemplate(
} }
} }
} }
}
post { post {
always { always {