We installed Concourse CI on Windows 8 Machine. Plan is to use this for a .NET project. Basic samples are working fine. However, when we tried with simple Git pull, the job is always in pending state. And it shows following message:
jobs:
- name: sourcejob
plan:
- aggregate:
- get: source
trigger: true
resources:
- name: source
type: git
source:
uri: git@github.com:xxxx/xxxxx.git
branch: dev
private_key: |
-----BEGIN RSA PRIVATE KEY-----
--- trimmed ---
kxZ6DGrV6BArxJVRnhRgY3CachoyQLd4yarxcIdPk9ncL/HZpr4NUywmBaSYLgEQ
---- trimmed ----
4lto6OIq49FneZE1iCfzpELmw1OZnV7n2EqXRwFmM+YJGCrve3X9vqNUnjcxucsM
-----END RSA PRIVATE KEY-----