From 3af6d0d58c21c400d053f7a310882bb3247cb7fa Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Mon, 24 Jan 2022 10:33:42 -0500 Subject: [PATCH] NO-JIRA Update on cherry-pick-report --- scripts/cherry-pick-report.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/cherry-pick-report.sh b/scripts/cherry-pick-report.sh index 5c2b3545524..675e2f94643 100755 --- a/scripts/cherry-pick-report.sh +++ b/scripts/cherry-pick-report.sh @@ -54,9 +54,11 @@ mvn compile assembly:single java -jar ./target/jira-git-0.1.SNAPSHOT-jar-with-dependencies.jar artemis ../../.. ../cherry-pick-report.html 2.19.0 main ${USE_REST} 2.19.x 2.19.0 +java -jar ./target/jira-git-0.1.SNAPSHOT-jar-with-dependencies.jar artemis ../../.. ../commit-report-2.19.x.html 2.19.0 2.19.x ${USE_REST} echo "==============================================================================================================================" echo " Report generated at ./target/cherry-pick-report/cherry-pick-report.html" +echo " Report generated at ./target/cherry-pick-report/commit-report-2.19.x.html" echo "=============================================================================================================================="