-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vscode-concourse] missing params in extension #65
Comments
(comment in Pivotal Tracker added by Kris De Volder:) Splitting this ticket in two in our internal tracker. This one is for fixing 'TaskStep' / |
Sibling ticket: https://www.pivotaltracker.com/story/show/159110430 for the Missing in
have been added. |
(comment in Pivotal Tracker added by Kris De Volder:) The 'on_abort' attribute appears to be valid for any kind of step. See: https://concourse-ci.org/on-abort-step-hook.html#on_abort It is also valid as a attribute on a Job itself. See: |
Delivered fixes for all of the following:
Snapshot available for testing/use here: http://dist.springsource.com/snapshot/STS4/nightly-distributions.html |
(comment in Pivotal Tracker added by Alex Boyko:) Verified with release Atom concourse package 0.4.0 from the Atom marketplace |
@kdvolder as you mentioned in #64 I have a list of two more missing params.
git-resource - put - params -
merge
:Unknown property 'merge' for type 'GitPutParams'
pipeline job - plan - task -
on_abort
:Unknown property 'on_abort' for type 'TaskStep'
I believe in combination with the others you noted in #64 are all the missing items I've encountered. Thanks so much for helping with this.
The text was updated successfully, but these errors were encountered: