Skip to content

[vscode-concourse] complains about old_name in a job #388

Closed
@parkeyparker

Description

@parkeyparker

As of Concourse 5.2.0 old_name is an optional property for a job allowing for the inheritance of job history in the case of a rename. The documentation of this feature can be found here.

The following is a valid example:

jobs:
  - name: new-job-name
    old_name: original-job-name
    plan:
      - ...

I may try to create a PR for this if I get time as a nice small task

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions