diff --git a/post.sh b/post.sh index feb4f61..5656526 100755 --- a/post.sh +++ b/post.sh @@ -6,6 +6,7 @@ MYDIR=$(cd "$MYDIR" || exit 1; pwd) # shellcheck source=lib.sh . "${MYDIR}/lib.sh" +echo "OpenNMS Bamboo Utils Post-Build: branch=$(get_git_branch_name "${MYDIR}")" stop_compiles stop_opennms clean_opennms diff --git a/pre.sh b/pre.sh index e00af47..d0b9468 100755 --- a/pre.sh +++ b/pre.sh @@ -6,6 +6,7 @@ MYDIR=$(cd "$MYDIR" || exit 1; pwd) # shellcheck source=lib.sh . "${MYDIR}/lib.sh" +echo "OpenNMS Bamboo Utils Pre-Build: branch=$(get_git_branch_name "${MYDIR}")" increase_limits || : stop_compiles stop_firefox