gocd-yaml-config-plugin icon indicating copy to clipboard operation
gocd-yaml-config-plugin copied to clipboard

Plugin to declare GoCD pipelines and environments configuration in YAML

Results 20 gocd-yaml-config-plugin issues
Sort by recently updated
recently updated
newest added

On the back of the handy 'common' section introduced in #32, it would be really handy if this plugin supported the [YAML merge key](http://yaml.org/type/merge.html), like this: ```yaml common: material_yaml_config_plugin: &material_yaml_config_plugin...

enhancement

![image](https://user-images.githubusercontent.com/7274550/35888351-29791c64-0b4c-11e8-9f1c-bdbea7b32e71.png) runtime; - Unexpected error when handling plugin response java.lang.NullPointerException ![image](https://user-images.githubusercontent.com/7274550/35888787-de7decec-0b4d-11e8-8734-eecb0e823fef.png) deploy-dev: &deploy_pipeline group: aws materials: &deploy_pipeline_materials git-a: *baybridge git-bb: *baybridge-apps create-ami: pipeline: initialize stage: xxx deploy-qa: group: aws materials:

enhancement

Currently the yaml config plugin doesn't have a mechanism to validate the schema of the YAML pipeline configuration. There is no indication of errors in YAML configuration due to non-conformance...

enhancement

I have a problem with the ordering of child elements under a job in your examples, let me reason why. Original ordering: ```yaml jobs: csharp: # name of the job...

documentation

I have configured the material via yaml file with username and encrypted_password (encrypted via API as suggested) but receiving the following error: > [go] Start to prepare pipeline/build on agent...

waiting

I've added the Jinjava Jinja pre-processing engine to the plugin to allow for embedded Jinja templates. I'm not yet completely aware of what limitations might exist in Jinjava compared to...

Potentially relevant to #2, though it's more of a idea to throw out there; I'm not sure it's exactly what was intended. It's working well for us and supports the...

Hi, I'm trying to keep the elastic agent profile name in GoCD's environment. Then, each config repository will have dedicated environment for its. I tried to refer the `elastic_profile_id` with...

Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.32 to 1.33. Commits eafb23e [maven-release-plugin] prepare for next development iteration 2662470 Improve JavaDoc 8082779 Always emit numberish strings with quotes 42d6c79 Reformat test 1962a43 Refactor: rename...

dependencies

Consider the following sample YAML file (Extracted from one of my projects) ```yaml format_version: 10 pipelines: TestPipeline: group: Default label_template: ${COUNT} lock_behavior: none display_order: -1 materials: TestMaterial: git: https://github.com/USER/REPO.git branch:...