Update 'Jenkinsfile_dataset_stats'

This commit is contained in:
Patryk Gałka 2023-04-18 20:54:34 +02:00
parent 98ea819620
commit 8e029e555d

View File

@ -20,5 +20,10 @@ pipeline {
sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686'
}
}
stage('copy_artifacts') {
steps {
copyArtifacts filter: 'dataset.csv', fingerprintArtifacts: true, projectName: 'z-s434686-create-dataset', selector: workspace()
}
}
}
}