Merge "FABN-833 Update Jenkinsfile to capture build artifacts"

This commit is contained in:
David Enyeart 2018-07-27 13:05:02 +00:00 committed by Gerrit Code Review
commit f6df2f3c7a

3
Jenkinsfile vendored
View file

@ -91,4 +91,7 @@ node ('hyp-x') { // trigger build on x86_64 node
throw err
}
}
stage("Archive Build artifacts") {
archiveArtifacts artifacts: '**/*.log'
}
}