Skip to content
Snippets Groups Projects

OZG-6923 add commitId to feature branch image tag/helm version

Merged Zhenzhen Liu requested to merge OZG-6923 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -254,7 +254,7 @@ void deployHelmChart(String helmChartName, String helmChartVersion) {
@@ -254,7 +254,7 @@ void deployHelmChart(String helmChartName, String helmChartVersion) {
}
}
String validateBranchName(branchName) {
String validateBranchName(branchName) {
int maxLength = 30
int maxLength = 19
if (branchName.length() > maxLength) {
if (branchName.length() > maxLength) {
String originalBranchName = branchName
String originalBranchName = branchName
branchName = branchName.substring(0, maxLength)
branchName = branchName.substring(0, maxLength)
Loading