missing artifact
This commit is contained in:
parent
f2c10e7647
commit
d476a6f285
7
evaluation/Jenkinsfile
vendored
7
evaluation/Jenkinsfile
vendored
@ -9,7 +9,12 @@ pipeline {
|
|||||||
step ([$class: 'CopyArtifact',
|
step ([$class: 'CopyArtifact',
|
||||||
projectName: 's434700-training',
|
projectName: 's434700-training',
|
||||||
filter: 'model.pt',
|
filter: 'model.pt',
|
||||||
target: 'model'])
|
target: 'model']),
|
||||||
|
|
||||||
|
step ([$class: 'CopyArtifact',
|
||||||
|
projectName: 's434700-create-dataset',
|
||||||
|
filter: 'train_set.csv',
|
||||||
|
target: 'datasets'])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user