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
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: