Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 20:55:06 +02:00
parent 8e029e555d
commit ace8739e4e

2
Jenkinsfile vendored
View File

@ -57,7 +57,7 @@ pipeline {
//Zarchiwizuj wynik
archiveArtifacts 'output.txt'
archiveArtifacts 'ls.txt'
archiveArtifacts 'dataset.txt'
archiveArtifacts 'dataset.csv'
}
}