This commit is contained in:
s460941 2020-04-22 15:59:59 +02:00
parent a854826ed6
commit 079f3c6e90

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
copyArtifacts filter: 'wikinews_results.txt',fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
}
}
}