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

reduce max length in Jenkinsfile

parent 90019666
No related branches found
No related tags found
1 merge request!1Ozg 6741 organisationseinheit link
......@@ -225,7 +225,7 @@ String getHelmRepository(){
}
String 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