diff --git a/Jenkinsfile b/Jenkinsfile index 765be8c..80c0451 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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() } } - } } } \ No newline at end of file