diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index d209ddf..b752de7 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -11,6 +11,7 @@ pipeline { steps { copyArtifacts(projectName: 's487178-create-dataset', fingerprintArtifacts: true, filter: 'artifacts/*.csv', target: './') sh "ls -l" + sh "ls -l ./artifacts" } } stage('Build Docker image') {