This commit is contained in:
piotrwrzodak 2023-04-21 01:03:04 +02:00
parent 57021784b3
commit 456a0198a1

View File

@ -23,6 +23,6 @@ node {
sh './dataset-stats.sh'
}
stage('Save artefact') {
archiveArtifacts artifacts: 'data/stats.txt', fingerprint: true
archiveArtifacts artifacts: 'lengths.txt', fingerprint: true
}
}