From c0475030ac5c4e86cc5a1cb657dd15d17ee51144 Mon Sep 17 00:00:00 2001
From: chengyuhong <2759203963@qq.com>
Date: Fri, 22 Dec 2023 16:31:50 +0800
Subject: [PATCH] jenkins-test3

---
 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