You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

FeatureTest ResultComment
execution of shell jobs(tick) 
stdout of shell jobs is logged as info(tick) 
stderr of shell jobs is logged(tick)stderr is logged as info, probably related to JS-1329 - Getting issue details... STATUS
non-zero exit code is treated as error(tick) 
live output of log in JOC(tick)slow
read order id with $SCHEDULER_ORDER_ID(tick) 
read job parameters as environment variables with $SCHEDULE_PARAM_(tick)Works, but is case sensitive on Unix systems. Classic JobScheduler Agent works differently, seems to change all variables to upper case.
read order parameters as environment variables with $SCHEDULE_PARAM_(tick)Works, but is case sensitive on Unix systems. Classic JobScheduler Agent works differently, seems to change all variables to upper case.
set order parameters using SCHEDULER_RETURN_VALUES(tick) 
kill a running task(error)process lost in JOC, but remote process is not killed
API jobs with javascript(error)not implemented
Shell jobs with javascript monitor(error)not implemented
Shell jobs with java monitor  
  • No labels