stats.txt

This commit is contained in:
Robert Bendun 2023-03-29 01:52:40 +02:00
parent 928bef84bd
commit 23a5899664

View File

@ -2,7 +2,8 @@ node {
stage('Build') {
checkout([$class: 'GitSCM', branches: [[name: 'ztm']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s452639/ium_452639']]])
copyArtifacts filter: 'train.csv', fingerprintArtifacts: true, projectName: 's452639-create-dataset', selector: buildParameter('BUILD_SELECTOR')
sh './stats.sh'
sh './stats.sh > stats.txt'
archiveArtifacts artifacts: 'stats.txt', followSymlinks: false
}
}