Skip to content

Commit

Permalink
Merge "FABN-833 Update Jenkinsfile to capture build artifacts"
Browse files Browse the repository at this point in the history
  • Loading branch information
denyeart authored and Gerrit Code Review committed Jul 27, 2018
2 parents 30d36be + 0ca9e6e commit f6df2f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,7 @@ node ('hyp-x') { // trigger build on x86_64 node
throw err
}
}
stage("Archive Build artifacts") {
archiveArtifacts artifacts: '**/*.log'
}
}

0 comments on commit f6df2f3

Please sign in to comment.