mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Merge "FABN-833 Update Jenkinsfile to capture build artifacts"
This commit is contained in:
commit
f6df2f3c7a
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
|
@ -91,4 +91,7 @@ node ('hyp-x') { // trigger build on x86_64 node
|
|||
throw err
|
||||
}
|
||||
}
|
||||
stage("Archive Build artifacts") {
|
||||
archiveArtifacts artifacts: '**/*.log'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue