Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Need a bit more control over git branch name propagation #74

Open
bedge opened this issue Oct 15, 2014 · 0 comments
Open

Need a bit more control over git branch name propagation #74

bedge opened this issue Oct 15, 2014 · 0 comments
Labels

Comments

@bedge
Copy link

bedge commented Oct 15, 2014

We use the branch name in artifact filenames. This works fine for develop, release, etc.
But when a branch has a / in it, ie: release/bugless, it breaks things because it adds a / into the filename.

I'd like to have a way to specify the branch suffix, ie: bugless, rather than always replacing all tokens with the full branch name.
Not sure exactly how one would do this with the current architecture.

Perhaps, allow a regex replacement for string parameters so that one could tie a regex replace to specific parameters to control their expansion?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants