Jenkins pipeline for CUDA builds to include junit post build action
Signed-off-by: brian <brian@brutex.de>CUDA12
parent
a6c4a16d9a
commit
d40c044df4
|
@ -59,4 +59,10 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
junit '**/build/test-results/**/*.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -72,4 +72,10 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
junit '**/build/test-results/**/*.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue