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

JITL SSH Job should consider exit_codes_to_ignore parameter

    XMLWordPrintable

Details

    • Fix
    • Status: Released (View Workflow)
    • Medium
    • Resolution: Fixed
    • 2.0.0
    • 2.5.6, 2.6.3
    • None

    Description

      Current Situation

      • The JITL SSH Job does not consider the
        exit_codes_to_ignore
        

        parameter.

      • The parameter can be used to hold a number of semicolon separated positive integers indicating exit codes of the remote SSH session that should not be considered errors.
        • exit_codes_to_ignore = 127
        • exit_codes_to_ignore = 127;99
      • The JITL SSH Job
        • raises an exception if a single value is used.
        • ignores this parameter if a semicolon separated list of values is used.

      Desired Behavior

      • The JITL SSH Job should consider the
        exit_codes_to_ignore
        

        parameter: If an SSH session terminates with one of the exit codes specified then SSH job execution is considered successful and otherwise is considered failed for resulting non-zero exit codes.

      • The parameter can be assigned a single value and it can be assign a semicolon separated list of values.

      Patch
      Patches are available for:

      Attachments

        Issue Links

          Activity

            People

              re Robert Ehrlich
              ap Andreas PĆ¼schel
              Kanika Agrawal Kanika Agrawal
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: