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

Master should substitute task/order parameters for a jobs credentials key

    XMLWordPrintable

Details

    Description

      Current Situation

      • A job can be configured to be executed for a different user account with Agents in Windows environments.
        • The respective job is configured like this:
          <job credentials_key="toto">

      Desired Behavior

      • The credentials key should be substituted if an environment variable or task or order parameter or global JobScheduler variable is specified for its value.
        • The respective job is configured like this:
          • <job credentials_key="$VARIABLE">
          • or
            <job credentials_key="${VARIABLE}">
      • The user from the JOC login can be used like this
        • The respective job is configured like this:
          <job credentials_key="${SCHEDULER_JOC_USER_ACCOUNT}">

      Attachments

        Issue Links

          Activity

            People

              jz Joacim Zschimmer
              ap Andreas PĆ¼schel
              Uwe Risse Uwe Risse
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: