copy a
This commit is contained in:
parent
46d860b1f1
commit
a4fdac0b0d
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -6,5 +6,10 @@ pipeline {
|
|||||||
git 'https://git.wmi.amu.edu.pl/s152483/s152483-mlworkshops'
|
git 'https://git.wmi.amu.edu.pl/s152483/s152483-mlworkshops'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('copy Artifacts') {
|
||||||
|
steps {
|
||||||
|
copyArtifacts filter: 'wikinews_results.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user