Adding collection of junit test results for jenkins CPU pipelines

Signed-off-by: brian <brian@brutex.de>
CUDA12
Brian Rosenberger 2023-08-11 09:04:22 +02:00
parent 704f4860d5
commit d2972e4f24
2 changed files with 10 additions and 0 deletions

View File

@ -79,4 +79,9 @@ pipeline {
}
}
}
post {
always {
junit '**/build/test-results/**/*.xml'
}
}
}

View File

@ -85,4 +85,9 @@ pipeline {
}
}
}
post {
always {
junit '**/build/test-results/**/*.xml'
}
}
}