...
In previous EAP you could use * in branch specification, like this:
Code Block |
---|
+:refs/heads/* |
For TeamCity this rule means:
...
This rule works well, but what to do if you can't use * but still want shortened branchy labels in builds? To address this problem we extended syntax of branch specification and now it allows this:
Precode |
---|
+:refs/heads/release-(7.0) +:refs/heads/release-(7.1) |