Question: Can I use template variables in branch and commitMessage (e.g. .source.name, .source.version)? #6069
Replies: 1 comment 1 reply
-
|
Thanks for the feedback. What you are asking for, in the context of autodiscovery, is a topic that puzzled me for a while, but I couldn't find a way to easily handle it due to the number of edge cases. And to me, the effort wasn't worth it. To the question can we have a branch name like The question can we have commit like In the context of declarative pipeline, you can use the parameter And you can change the branch prefix Looking at https://www.updatecli.io/docs/plugins/scm/gitlab/, I realize that the table parameter update is broken, normally |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When using
autodiscoverywith thefluxcrawler and thegitlab/mergerequestaction, I would like to have human-readable branch names and commit messages, similar to Renovate.For example:
Branch:
updatecli/helm-prometheus-node-exporter-4.47.3
Commit message:
fix: update helm prometheus-node-exporter ( 4.47.2 → 4.47.3 )
I tried this configuration:
But the placeholders are not rendered (they stay literal).
Question:
Is it possible to use template variables like .source.name and .source.version in branch, commitMessage or MR title?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions