From 028999c154e8b8f912c2eff0c8c1a3be044333c4 Mon Sep 17 00:00:00 2001
From: chengyuhong <2759203963@qq.com>
Date: Fri, 22 Dec 2023 16:29:50 +0800
Subject: [PATCH] jenkins-test2
---
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