mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-04 10:43:40 +00:00
[Jenkins] Produce artifacts for the REST API test
This commit is contained in:
parent
83f9745df1
commit
ef619d618c
6
ci/Jenkinsfile
vendored
6
ci/Jenkinsfile
vendored
@ -71,8 +71,14 @@ pipeline {
|
||||
steps { timeout(5) {
|
||||
sh 'make restapi-test'
|
||||
} }
|
||||
post { always {
|
||||
sh 'tar cjf restapi-test.tar.gz resttest0_data/*.txt'
|
||||
} }
|
||||
}
|
||||
}
|
||||
post { always { timeout(5) {
|
||||
archiveArtifacts(artifacts: '*.tar.gz', allowEmptyArchive: true)
|
||||
} } }
|
||||
}
|
||||
|
||||
stage('Finalizations') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user