Update 'Jenkinsfile_dataset_stats'

This commit is contained in:
Mikołaj Perz 2023-04-20 22:28:08 +02:00
parent cf39c333da
commit f6dfa65958

View File

@ -39,7 +39,7 @@ pipeline {
stage('Archive Artifacts') {
steps {
archiveArtifacts artifacts: './results/results.txt', onlyIfSuccessful: true
archiveArtifacts artifacts: 'results/results.txt', onlyIfSuccessful: true
}
}
}