Skip to content

Commit

Permalink
FABN-833 Update Jenkinsfile to capture build artifacts
Browse files Browse the repository at this point in the history
Change-Id: Ie5eb6bb82b99ba12f7a4d417450b55d175d811b3
Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
  • Loading branch information
rameshthoomu committed Jul 24, 2018
1 parent 1745c99 commit 0ca9e6e
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 0ca9e6e

Please sign in to comment.