From 2c6e8c54ce3b714c71a10819e2c26f70e47cade3 Mon Sep 17 00:00:00 2001
From: chengyuhong <2759203963@qq.com>
Date: Fri, 22 Dec 2023 16:13:56 +0800
Subject: [PATCH] jenkins脚本测试

---
 src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java b/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
index 275eb3c..198342a 100644
--- a/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
+++ b/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
@@ -7,5 +7,6 @@
     public void test1(){
         System.out.println("hello test....");
         System.out.println("hello test2....");
+        System.out.println("hello test3...");
     }
 }

--
Gitblit v1.9.1