Vasco Figueira
Vasco Figueira
If you have a rule with do:notify, you cannot exclude that in the column preferences you mention. Having rules apply to specific columns would be beneficial for other use cases...
Unfortunately I can't create new accounts with the instance I use. Can't you install it locally? https://enterprise.github.com/trial I guess I could set that up for you on some machine, but...
It'd be lovely if GET would populate a file with all the tags of an image in a format `load_vars` can consume.
Hmmm… I can't see those failing jobs. The docs mention adding oneself to `governance` but that's archived. What's the current incantation?
Thanks! I'm logged in (username in corner) and can see several pipelines, but not the one for this branch/PR. Following the links to jobs in the checks below leaves me...
Logout-login fixed it. 👍🏽
Also seeing a variant of this in `0.20.0` for images. The shortcode can return "hello", but if used in an `)` it becomes https://my.site/section/page/@@ZOLA_SC_PLACEHOLDER@@. Concrete example, with a shortcode like...
Currently, `set-pipeline` is lax on both duplicates and unknown keys whereas `validate --strict` is strict on both. Hence your different results above. I'm guessing what makes sense is for us...
Ha! Flipping the `strict` flag on https://github.com/concourse/concourse/blob/master/fly/commands/internal/setpipelinehelpers/atc_config.go#L50 breaks integration tests for the old-style `{{templated_values}}`. ``` Summarizing 4 Failures: [FAIL] Fly CLI set-pipeline templating when configuring with old-style templated value that...