Uploaded image for project: 'Nuxeo ECM Build/Test Environment'
  1. Nuxeo ECM Build/Test Environment
  2. NXBT-3762

Report Datadog metrics on missing repositories

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Continuous Integration

      Description

      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()
                }
              }
            }
          }
      

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: