mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-20 08:35:09 +00:00
FABN-833 Update Jenkinsfile to capture build artifacts
Change-Id: Ie5eb6bb82b99ba12f7a4d417450b55d175d811b3 Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
This commit is contained in:
parent
1745c996b3
commit
0ca9e6e173
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
|
throw err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage("Archive Build artifacts") {
|
||||||
|
archiveArtifacts artifacts: '**/*.log'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue