diff --git a/Jenkinsfile b/Jenkinsfile index 9ccbf1db80..a5836e26f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,4 +91,7 @@ node ('hyp-x') { // trigger build on x86_64 node throw err } } + stage("Archive Build artifacts") { + archiveArtifacts artifacts: '**/*.log' + } }