Adding collection of junit test results for jenkins CPU pipelines
Signed-off-by: brian <brian@brutex.de>
This commit is contained in:
parent
704f4860d5
commit
d2972e4f24
@ -79,4 +79,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
junit '**/build/test-results/**/*.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -85,4 +85,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
junit '**/build/test-results/**/*.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user