Skip to content

Commit

Permalink
Update ci/scripts/utils/launch_java_agent.sh
Browse files Browse the repository at this point in the history
ooo

Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
  • Loading branch information
1 parent ed5b2f7 commit 3e13580
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ci/scripts/utils/launch_java_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ host=$(hostname)
source "${HOMEgfs}/ush/detect_machine.sh"
case ${MACHINE_ID} in
hera | orion | hercules | wcoss2)
echo "Launch Jenkins Java Controler on ${MACHINE_ID}"
;;
*)
echo "Unsupported platform. Exiting with error."
exit 1
;;
echo "Launch Jenkins Java Controler on ${MACHINE_ID}"
;;
*)
echo "Unsupported platform. Exiting with error."
exit 1
;;
esac

LOG=lanuched_agent-$(date +%Y%m%d%M).log
Expand Down

0 comments on commit 3e13580

Please sign in to comment.