Skip to content

Name is not a required parameter on task outputs #268

@alidaka

Description

@alidaka

E.g., this:

jobs:
- name: my-job
  plan:
  - get: repo
  - task: my-task
    config:
      ...
      outputs:
        - name: foo
        - path: foobar

Gets parsed into:

      ...
      outputs:
        - name: foo
          path: ""
        - name: ""
          path: foobar

It's possible this has an impact elsewhere, but we got tripped up with our output naming. Via fly hijack, we additionally found this wiped out everything in concourse's execution root folder with the contents of our empty-named output.

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