diff --git a/Jenkinsfile b/Jenkinsfile index ffd6cc0..7cadda9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,8 +3,8 @@ pipeline { stages { stage('Stage 1') { steps { - echo 'Hello world!' + copyArtifacts filter: 'wikinews_results.txt',fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() } } } -} \ No newline at end of file +}