From 410621a808808212ec7e07a7e3a24d99a82d1c0b Mon Sep 17 00:00:00 2001
From: chengyuhong <2759203963@qq.com>
Date: Fri, 22 Dec 2023 16:25:46 +0800
Subject: [PATCH] jenkins-test1
---
src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java b/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
index cfbb761..198342a 100644
--- a/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
+++ b/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
@@ -6,5 +6,7 @@
@Test
public void test1(){
System.out.println("hello test....");
+ System.out.println("hello test2....");
+ System.out.println("hello test3...");
}
}
--
Gitblit v1.9.1