Skip to content
Snippets Groups Projects
Commit f8b3ec45 authored by Bastian's avatar Bastian
Browse files

OZG-6923 adjust max branch length

parent f9e6f121
No related branches found
No related tags found
1 merge request!3OZG-6923 add commitId to feature branch image tag/helm version
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -254,7 +254,7 @@ void deployHelmChart(String helmChartName, String helmChartVersion) {
}
String validateBranchName(branchName) {
int maxLength = 30
int maxLength = 19
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