Skip to content
Snippets Groups Projects
Commit 5d48187b authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

reduce branch name length to 20 character

parent 4f162cbe
No related branches found
No related tags found
1 merge request!3reduce branch name length to 20 characters
......@@ -270,7 +270,7 @@ void deployHelmChart(String helmChartName, String helmChartVersion) {
}
def validateBranchName(branchName) {
int maxLength = 30
int maxLength = 20
if (branchName.length() > maxLength) {
String originalBranchName = branchName
branchName = branchName.substring(0, maxLength)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment