-
Bug
-
Resolution: Unresolved
-
Major
-
None
I've created a buildKey that has more than 40 chars and I could not understand why it does not work until i've read the following
// bitbucket requires the key to be shorter than 40 chars
in BitbucketBuildStatusHelper.java
Please make it clear in the documentation or fail the job in case the buildKey is more than 40 chars
Thanks