Update 'Jenkinsfile_dataset_stats'

This commit is contained in:
Patryk Gałka 2023-04-18 21:00:26 +02:00
parent 0fb8665763
commit ae746da3ae

View File

@ -25,5 +25,13 @@ pipeline {
copyArtifacts filter: 'dataset.csv', fingerprintArtifacts: true, projectName: 'z-s434686-create-dataset', selector: workspace()
}
}
stage('Goodbye!') {
steps {
echo 'Goodbye!'
//Zarchiwizuj wynik
archiveArtifacts 'dataset.csv'
}
}
}
}