error: extra keys in the task configuration: resources, jobs

818 views
Skip to first unread message

richar...@gmail.com

unread,
Dec 12, 2016, 2:55:40 AM12/12/16
to Concourse Users
Hi I am getting this error when I try execute a pipeline: error: extra keys in the task configuration: resources, jobs

Here is my pipeline.yml:

---
resources:
- name: me-repo
  type: git
  source:
    uri: g...@github.develop.me.com:Me/Me.Api.git
    branch: release
    private_key: |
      -----BEGIN RSA PRIVATE KEY-----      
      vJDnTGkU1eS0KkF0OaNnA862jqiZS/MmhE3byn3g32tOE2Ur5uz3ZRMFGI+FIJrI
      ................................................................
      DkmqiA08sosPLQ50uow6dvf1ns1z6hLqls4C8OzUXPDRmhS74HFFBHsCgYEAwrCS      
      -----END RSA PRIVATE KEY-----
jobs:
- name: me-pipeline
  public: true
  plan:
  - get: me-repo
  - task: build-me-api
    file: /me-pipeline/build/me-api.yml

I cant seem to find any info about this specific error, what does it mean?

Any help appreciated. 

Cheers

emcn...@gmail.com

unread,
Mar 28, 2017, 1:24:54 PM3/28/17
to Concourse Users, richar...@gmail.com
What does your `fly -t...` command look like? I got this while running `fly -t my-ci --config credentials.yml` which is incorrect - `--config` should be the actual task file, not the credential file.
Reply all
Reply to author
Forward
0 new messages