This commit is contained in:
Ufnow 2020-04-21 16:56:38 +02:00
parent 0091c8c24d
commit 7919c3350b

10
Jenkinsfile vendored
View File

@ -7,5 +7,15 @@ pipeline {
url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git'
}
}
stage('Copy Archive') {
steps {
script {
step ([$class: 'CopyArtifact',
projectName: 'ASR-eval',
filter: "wikiniews_results.tsv",
target: 'wikiniews_results.tsv ']);
}
}
}
}
}