This commit is contained in:
wojciechbatruszewicz 2023-06-27 15:47:03 +02:00
parent 64413a6729
commit abe485ae77

View File

@ -37,7 +37,7 @@ pipeline {
sh 'ls -l'
sh 'python3 ./evaluate.py'
archiveArtifacts 'plot.png'
archiveArtifacts 'result.csv'
archiveArtifacts 'results.csv'
}
}
}