no message

This commit is contained in:
Anna Nowak 2021-03-29 00:00:44 +02:00
parent 5273085bae
commit 98001262bc

View File

@ -17,7 +17,7 @@ pipeline {
{
steps
{
copyArtifacts(fingerprintArtifacts: true, projectName: 's434760-create-dataset', selector: params.WHICH_BUILD)
copyArtifacts(fingerprintArtifacts: true, projectName: 's434760-create-dataset', selector: buildParameter('WHICH_BUILD'))
}
}
stage('sh: Shell Script')