Skip to content

workingDirectory is ignored in task definition #2982

Description

Describe the bug
When I set containerSettings.workingDirectory in task JSON definition, the task is not submitted with this option.

To Reproduce
Steps to reproduce the behavior:

  1. Create a task from JSON editor with the following field:
"containerSettings": {
  "workingDirectory": "containerImageDefault"
}
  1. The task is created successfully but the working directory is the default (taskWorkingDirectory)
  2. Open the task settings in JSON editor, the field workingDirectory is set to taskWorkingDirectory.

Expected behavior
I expect the working directory to be containerImageDefault.

Version (please complete the following information):

  • OS: Linux
  • Version 2.22.0-stable.1076

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions