From af59ccfad11bbd53b7a4405c54978c70e321ea89 Mon Sep 17 00:00:00 2001
From: wangzilun <964606955@qq.com>
Date: Mon, 22 Nov 2021 15:01:27 +0800
Subject: [PATCH] 测试

---
 Jenkinsfile |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7142e8f..306b561 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,7 +28,11 @@
         }
         stage('test') {
             steps {
-                sh 'echo test'
+                sh '''
+                     echo "BRANCH ${GIT_BRANCH}"
+                     printenv
+                   '''
+                test("${project_name}","${GIT_CREDENTIALS_ID}","${url}","${GIT_BRANCH}")
             }
         }
         stage('version add') {

--
Gitblit v1.9.1