nebula-release-plugin icon indicating copy to clipboard operation
nebula-release-plugin copied to clipboard

Guard against no matches for other custom regexs.

Open kmbisset89 opened this issue 2 years ago • 0 comments

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 }

kmbisset89 avatar Apr 08 '22 18:04 kmbisset89