Commit 5b1e7e78 authored by Paul's avatar Paul
Browse files

Archive hcc builds

parent 401ca72f
......@@ -12,6 +12,9 @@ def rocmtestnode(variant, name, body) {
"""
echo cmd
sh cmd
if (compiler == "hcc") {
archiveArtifacts artifacts: "build/*.deb", allowEmptyArchive: true, fingerprint: true
}
}
node(name) {
stage("checkout ${variant}") {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment