jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 12:43:43 +02:00
parent 2f32f635d0
commit c2d22c106b
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -12,12 +12,12 @@ pipeline {
steps {
echo 'Hello World'
}
}
stage('Copy artifacts'){
steps{
copyArtifacts filter: 'wikinews_results.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
}
}
}
}
}