We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a48bd commit 93b47c0Copy full SHA for 93b47c0
Jenkinsfile
@@ -790,7 +790,8 @@ pipeline {
790
qualityGates: [[threshold: 1, type: 'TOTAL', unstable: true]],
791
tool: issues(pattern: 'nlt-server-leaks.json',
792
name: 'NLT server results',
793
- id: 'NLT_server')
+ id: 'NLT_server'),
794
+ scm: 'daos-stack/daos'
795
job_status_update()
796
}
797
@@ -1008,7 +1009,8 @@ pipeline {
1008
1009
id: 'Fault_Injection'),
1010
issues(pattern: 'nlt-client-leaks.json',
1011
name: 'Fault injection leaks',
- id: 'NLT_client')]
1012
+ id: 'NLT_client')],
1013
1014
junit testResults: 'nlt-junit.xml'
1015
stash name: 'fault-inject-valgrind',
1016
includes: '*.memcheck.xml',
0 commit comments