Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bayernId-proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
bayernId-proxy
Merge requests
!3
OZG-6923 add commitId to feature branch image tag/helm version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
OZG-6923 add commitId to feature branch image tag/helm version
OZG-6923
into
main
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Zhenzhen Liu
requested to merge
OZG-6923
into
main
6 months ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 1
version 1
f9e6f121
6 months ago
main (base)
and
latest version
latest version
f8b3ec45
2 commits,
4 months ago
version 1
f9e6f121
1 commit,
6 months ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Jenkinsfile
+
1
−
1
Options
@@ -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
)
Loading