You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see a 128 error code when GoCD is trying to parse this pipeline config.
The default git material that gocd has allows this type of material declaration but not the git path material.
This is particularly useful for projects that have huge number of microservices in which we can use yaml aliases for the materials and just define the overriding parameters.
The text was updated successfully, but these errors were encountered:
Hi @ashishreddyv - have you tried this on GoCD 20.8.0+?
If this is still an issue, I suspect this is probably similar to the issue in #28 - GoCD doesn't interpolate the values of variables for custom pluggable materials like this plugin before passing them to the plugin. If so, this would need to be addressed by GoCD itself.
chadlwilson
changed the title
Using pipeline parameters for material definition
Support pipeline parameters in material definitions
Oct 11, 2020
I'm trying to use pipeline parameters for defining the material with git path material plugin. Here's how my definition looks for a material:
I see a 128 error code when GoCD is trying to parse this pipeline config.
The default git material that gocd has allows this type of material declaration but not the git path material.
This is particularly useful for projects that have huge number of microservices in which we can use yaml aliases for the materials and just define the overriding parameters.
The text was updated successfully, but these errors were encountered: