-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: bitbucket-build-status-notifier-plugin
-
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