Skip to content

Commit

Permalink
Fix: Add stream value to golang clm job name
Browse files Browse the repository at this point in the history
Issue: RELENG-5667
Signed-off-by: Kevin Sandi <[email protected]>
Change-Id: Ib306736bbf07378c82c0933a0935cce5c28f7b2b
  • Loading branch information
keanjapesan committed Jan 13, 2025
1 parent 8f94bfd commit 4dc341e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/jjb/lf-go-jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Job which runs a CLM scan over a Golang project.

:Template Names:

- {project-name}-nexus-iq-go-clm
- {project-name}-nexus-iq-go-clm-{stream}
- gerrit-nexus-iq-go-clm

:Comment Trigger: run-clm
Expand Down
2 changes: 1 addition & 1 deletion jjb/lf-go-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
nexus-iq-project-name: "{nexus-iq-namespace}{project-name}"

- job-template:
name: "{project-name}-nexus-iq-go-clm"
name: "{project-name}-nexus-iq-go-clm-{stream}"
id: gerrit-nexus-iq-go-clm
<<: *lf_go_common
<<: *lf_nexus_iq_go_clm
Expand Down
5 changes: 5 additions & 0 deletions releasenotes/notes/update-go-clm-job-31f1815caeb8463a.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Update Golang CLM job name to include stream name so
Jenkins CLM filter can include it with other clm jobs.

0 comments on commit 4dc341e

Please sign in to comment.