Uploaded image for project: 'JITL - JobScheduler Integrated Template Library'
  1. JITL - JobScheduler Integrated Template Library
  2. JITL-570

The configuration monitor should consider parameters in standalone jobs

    XMLWordPrintable

Details

    • Fix
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.12, 1.13
    • 1.12.11, 1.13.1
    • None

    Description

      Current Situation

      When the configuration monitor is assigned to a standalone job, no substitutions are executed.

      The output from this job ist fest is \${test}

      
      <job  stop_on_error="no">
          <params >
              <param  name="test" value="value of test"/>
              <param  name="fest" value="fest is  \${test}"/>
          </params>
      
          <script  language="shell">
              <![CDATA[
      echo %scheduler_param_fest%
              ]]>
          </script>
      
          <monitor  name="configuration_monitor" ordering="0">
              <script  language="java" java_class_path="" java_class="com.sos.jitl.jobchainnodeparameter.monitor.JobchainNodeSubstituteMonitor"/>
          </monitor>
          <run_time />
      </job>
      

      Desired Behavior

      The configuration monitor should perform substitution even when used in a standalone job. The output from the job example should be

      value of fest is value of test

      Attachments

        Activity

          People

            ur Uwe Risse
            ur Uwe Risse
            Aditi Dubey Aditi Dubey (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: