From 84d5fa191f539c7cb832516287b64db1adbaefc4 Mon Sep 17 00:00:00 2001
From: wangzilun <964606955@qq.com>
Date: Tue, 07 Dec 2021 12:24:04 +0800
Subject: [PATCH] test

---
 Jenkinsfile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c6264a2..4adbfa1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -63,7 +63,7 @@
                     echo ----需注意!-----  &&  \$SETCOLOR_WARNING
                     echo ----正常的!-----  &&  \$SETCOLOR_NORMAL
 
-                    echo "BRANCH ${GIT_BRANCH}"
+                    echo -e "\${GREEN_COLOR}BRANCH ${GIT_BRANCH}\${RES}"
                     printenv
                    '''
                 test("${project_name}","${GIT_CREDENTIALS_ID}","${url}","${GIT_BRANCH}")
@@ -92,6 +92,7 @@
                 echo "todo add version"
             }
 
+
         }
         stage('deploy') {
             when { branch 'master' }

--
Gitblit v1.9.1