#!/bin/sh

################################################################################
################################################################################
# Copyright 2023-2025 by NI SP Software GmbH, All rights reserved.
# Copyright 1999-2023 by Nice, srl., All rights reserved.
#
# This software includes confidential and proprietary information
# of NI SP Software GmbH ("Confidential Information").
# You shall not disclose such Confidential Information
# and shall use it only in accordance with the terms of
# the license agreement you entered into with NI SP Software.
################################################################################
################################################################################


. `dirname $0`/common


if [ -z "${_jobid}" ]
then
  ef_listjobs $*
else
  ef_jobdetails $*
fi


# Add customizable job actions
if [ -f "${EF_ROOT}/plugins/lsf/conf/job.actions.xconf" -a -r "${EF_ROOT}/plugins/lsf/conf/job.actions.xconf" ]; then
  cat "${EF_ROOT}/plugins/lsf/conf/job.actions.xconf"
fi

#
# Give a chance to other plug-ins to add extra information
#
call_plugins "$@"
