Skip to content

Commit 735cc9c

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ public static void main(String[] args) throws ParseException {
3838
ZonedDateTime zdt = ZonedDateTime.now( z ) ;
3939
System.out.println(dtf.format(zdt));
4040
}
41-
41+
if(cmd.hasOption("d")){
42+
System.out.println("hello from dockerhub :)");
43+
}
4244

4345

4446
}

0 commit comments

Comments
 (0)