FABN-833 Update Jenkinsfile to capture build artifacts

Change-Id: Ie5eb6bb82b99ba12f7a4d417450b55d175d811b3
Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
This commit is contained in:
rameshthoomu 2018-06-28 12:23:39 -04:00 committed by Ramesh Babu
parent 1745c996b3
commit 0ca9e6e173

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'
}
}