Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-868

parameter from scheduler.xml should be available as environment variables in shell jobs

    XMLWordPrintable

Details

    Description

      similiar to the job and order parameter the parameters set in scheduler.xml should be available in shell jobs.

      Workaraounds:
      1. Define the necessary Variables in your OS environment
      2. insert a pre processing step in your job to transfer the parameters from scheduler.xml as order/task parameters:

      function spooler_task_before() {
      	spooler_task.params.merge( spooler.variables );
      	return true;
      }
      

      Attachments

        Activity

          People

            ss Stefan Schädlich (Inactive)
            ss Stefan Schädlich (Inactive)
            Oliver Haufe Oliver Haufe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: