Jenkinsfile - v.3

This commit is contained in:
s416122 2020-04-03 13:16:03 +02:00
parent 1777c89714
commit 07f466cd6d

5
Jenkinsfile vendored
View File

@ -6,6 +6,11 @@ pipeline {
steps {
git 'https://git.wmi.amu.edu.pl/s416122/s416122-mlworkshops'
}
}
stage('copyArtifacts') {
steps {
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './s416122-mlworkshops'
}
}
}
}