nebula-release-plugin
nebula-release-plugin copied to clipboard
Guard against no matches for other custom regexs.
in NetflixOSSStrategies would it be possible to add this logic?
String shortenedBranch = "" try { shortenedBranch = (state.currentBranch.name =~ nebulaReleaseExtension.shortenedBranchPattern)[0][1] } catch (Exception ignored) { // no match found so adding no information }