diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 5ddb295..1a0ca10 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -19,12 +19,11 @@ } stage("Shell Script") { steps { - options { - copyArtifacts + copyArtifacts( fingerprintArtifacts: true, name: 's444417-create-dataset', selector: buildParameter('BUILD_SELECTOR') - } + ) } steps { sh "chmod u+x ./startscript2.sh"