Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
parkeyparker opened this issue Nov 1, 2019 · 0 comments
Closed

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

parkeyparker opened this issue Nov 1, 2019 · 0 comments
Milestone

Comments

@parkeyparker
Copy link

parkeyparker commented Nov 1, 2019

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants