Save results

This commit is contained in:
Jan Świątek 2023-04-17 14:28:34 +02:00
parent 5a9de88686
commit 73d0380989

5
Jenkinsfile vendored
View File

@ -21,5 +21,10 @@ pipeline {
sh 'wc -l spambase.data.*'
}
}
stage('Goodbye!') {
steps {
archiveArtifacts 'spambase.data.*'
}
}
}
}