Skip to content

Commit 8d6d122

Browse files
committed
Trying a commit to test the SCM trigger on Jenkins
1 parent 735cc9c commit 8d6d122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/cli/ParseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static void main(String[] args) throws ParseException {
3939
System.out.println(dtf.format(zdt));
4040
}
4141
if(cmd.hasOption("d")){
42-
System.out.println("hello from dockerhub :)");
42+
System.out.println("hello from dockerhub 2 :)");
4343
}
4444

4545

0 commit comments

Comments
 (0)