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:
- Create a task from JSON editor with the following field:
"containerSettings": {
"workingDirectory": "containerImageDefault"
}
- The task is created successfully but the working directory is the default (
taskWorkingDirectory)
- 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
Describe the bug
When I set
containerSettings.workingDirectoryin task JSON definition, the task is not submitted with this option.To Reproduce
Steps to reproduce the behavior:
taskWorkingDirectory)workingDirectoryis set totaskWorkingDirectory.Expected behavior
I expect the working directory to be
containerImageDefault.Version (please complete the following information):
2.22.0-stable.1076