This commit is contained in:
piotrwrzodak 2023-04-21 00:40:43 +02:00
parent fc056c2c4b
commit ad00569f22

View File

@ -16,6 +16,7 @@ node {
stage('Copy Artifacts') {
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s444510-create-dataset', selector: buildParameter('BUILD_SELECTOR')
sh 'ls -a'
}
stage('Calculate Dataset Statistics') {