jenkins
2022-04-14 0cb43d9c583bfa1f353a299e3b83b99f2962afe1
src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
@@ -6,5 +6,6 @@
    @Test
    public void test1(){
        System.out.println("hello test....");
        System.out.println("hello test2....");
    }
}