Skip to content

Commit

Permalink
Add date and architecture informations
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrateau committed Aug 7, 2023
1 parent 25da4f4 commit 5a63bef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/script/generateVersionFile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ echo "IBM Operational Decision Manager (ODM on Certified Kubernetes) : "$ODMVERS
LIBERTY_VERSION=$(/opt/ibm/wlp/bin/server version)
echo "Liberty : "${LIBERTY_VERSION} >> $VERSIONFILE
JAVA_VERSION=$(java --version | head -2 | tail -1)
echo "Java : "${JAVA_VERSION} >> $VERSIONFILE
echo "Java : "${JAVA_VERSION} >> $VERSIONFILE
echo "Date : " $(date) >> $VERSIONFILE
echo "Arch : " $(uname -m) >> $VERSIONFILE

0 comments on commit 5a63bef

Please sign in to comment.