hguy
This commit is contained in:
parent
9ce0572214
commit
c0dc6d7bed
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -7,15 +7,10 @@ pipeline {
|
|||||||
url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git'
|
url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Copy Archive') {
|
stage('copyArtifacts') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './'
|
||||||
step ([$class: 'CopyArtifact',
|
|
||||||
filter: "wikiniews_results.tsv",
|
|
||||||
fingerprintArtifacts: true,
|
|
||||||
projectName: 'ASR-eval',
|
|
||||||
selector: lastSuccessful()]);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Count lines'){
|
stage('Count lines'){
|
||||||
|
Loading…
Reference in New Issue
Block a user