From 01ac1180085075b039050f13f415a2bde666b22c Mon Sep 17 00:00:00 2001
From: dudgns2947 <dudgns2947@gmail.com>
Date: Fri, 22 Jul 2022 00:02:14 +0900
Subject: [PATCH] pipeline syntax modify8

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0c95d26..27190f8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,7 +9,7 @@ pipeline {
             steps {
                 checkout scm
             }
-        }@post {
+        @post {
             success{
                 echo 'prepare success'
             }
-- 
GitLab