This commit is contained in:
Robert Bendun 2023-03-29 01:47:46 +02:00
parent 3daf373d65
commit edcbdadc33
2 changed files with 12 additions and 0 deletions

9
stats.jenkinsfile Normal file
View File

@ -0,0 +1,9 @@
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: 's452627-create-dataset', selector: buildParameter('BUILD_SELECTOR')
sh './stats.sh'
}
}

3
stats.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
wc -l train.csv