stats
This commit is contained in:
parent
3daf373d65
commit
edcbdadc33
9
stats.jenkinsfile
Normal file
9
stats.jenkinsfile
Normal 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'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user