diff --git a/Jenkinsfile b/Jenkinsfile index 96995bb..8509b07 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ pipeline { stage('Stage 1') { steps { echo 'Hello world!' + copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() } } }