-
Type: Task
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Continuous Integration
-
Epic Link:
-
Tags:
The pipelines from the following repositories are missing the piece of code to set the pod labels, thus the Datadog tags. Consequently, no metrics are reported for these pipelines. Let's add the missing stage to all pipelines.
stage('Set labels') { steps { container('maven') { script { nxK8s.setPodLabels() } } } }