jjb: integration: remove dot in recordIssues id
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 1 Feb 2022 16:28:39 +0000 (11:28 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 1 Feb 2022 16:28:44 +0000 (11:28 -0500)
IDs for the recordIssues are now restricted to '[a-z0-9][a-z0-9-_]*',
remove the dots to make Jenkins happy.

Change-Id: I8beeb17de76a183c2ebe90c6c9e57a95a9235c7b
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
pipelines/integration/ust-2.12-lower-urcu_testsuite.groovy

index 1919dd3060d1dda0432886fcae8ea61a430dbc3b..03f7ba90090aa35b6f0a9284ececd53ff3d2188c 100644 (file)
@@ -246,7 +246,7 @@ pipeline {
 
           post {
             always {
-              recordIssues skipBlames: true, tools: [gcc(id: "gcc-ust-2.12")]
+              recordIssues skipBlames: true, tools: [gcc(id: "gcc-ust-212")]
               step([$class: 'TapPublisher', testResults: 'tap/**/*.log', verbose: true, failIfNoResults: true, failedTestsMarkBuildAsFailure: true, planRequired: true])
               archiveArtifacts artifacts: 'tap/**', fingerprint: false
             }
@@ -370,7 +370,7 @@ pipeline {
 
           post {
             always {
-              recordIssues skipBlames: true, tools: [gcc(id: "gcc-ust-2.13")]
+              recordIssues skipBlames: true, tools: [gcc(id: "gcc-ust-213")]
               step([$class: 'TapPublisher', testResults: 'tap/**/*.log', verbose: true, failIfNoResults: true, failedTestsMarkBuildAsFailure: true, planRequired: true])
               archiveArtifacts artifacts: 'tap/**', fingerprint: false
             }
This page took 0.024494 seconds and 4 git commands to generate.