Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
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">
- The respective job is configured like this:
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 respective job is configured like this:
- 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}">
- The respective job is configured like this:
Attachments
Issue Links
- is required by
-
JOC-421 JOC Cockpit REST API provides an environment variable that indicates the user who starts a job or job chain
- Released