Skip to content

Commit 93b47c0

Browse files
authored
SRE-3035 ci: Set scm param for recordIssues (#16437)
Explicitly set 'scm:' argument for recordIssues. Signed-off-by: Phil Henderson <[email protected]>
1 parent 53a48bd commit 93b47c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Jenkinsfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,8 @@ pipeline {
790790
qualityGates: [[threshold: 1, type: 'TOTAL', unstable: true]],
791791
tool: issues(pattern: 'nlt-server-leaks.json',
792792
name: 'NLT server results',
793-
id: 'NLT_server')
793+
id: 'NLT_server'),
794+
scm: 'daos-stack/daos'
794795
job_status_update()
795796
}
796797
}
@@ -1008,7 +1009,8 @@ pipeline {
10081009
id: 'Fault_Injection'),
10091010
issues(pattern: 'nlt-client-leaks.json',
10101011
name: 'Fault injection leaks',
1011-
id: 'NLT_client')]
1012+
id: 'NLT_client')],
1013+
scm: 'daos-stack/daos'
10121014
junit testResults: 'nlt-junit.xml'
10131015
stash name: 'fault-inject-valgrind',
10141016
includes: '*.memcheck.xml',

0 commit comments

Comments
 (0)