stats.jenkinsfile: additional artifact
This commit is contained in:
parent
a1f49723a2
commit
b6b2c11d47
@ -7,7 +7,7 @@ node {
|
|||||||
stage('Build') {
|
stage('Build') {
|
||||||
checkout([$class: 'GitSCM', branches: [[name: 'ztm']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s452639/ium_452639']]])
|
checkout([$class: 'GitSCM', branches: [[name: 'ztm']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s452639/ium_452639']]])
|
||||||
|
|
||||||
copyArtifacts filter: 'src/stop_times.train.tsv,src/stop_times.test.tsv,src/stop_times.valid.tsv',
|
copyArtifacts filter: 'src/stop_times.normalized.tsv,src/stop_times.train.tsv,src/stop_times.test.tsv,src/stop_times.valid.tsv',
|
||||||
fingerprintArtifacts: true,
|
fingerprintArtifacts: true,
|
||||||
projectName: 's452639-create-dataset',
|
projectName: 's452639-create-dataset',
|
||||||
selector: buildParameter('BUILD_SELECTOR'),
|
selector: buildParameter('BUILD_SELECTOR'),
|
||||||
|
Loading…
Reference in New Issue
Block a user