This commit is contained in:
wojciechbatruszewicz 2023-06-27 15:41:20 +02:00
parent fa9f18d0de
commit a719c09f95

View File

@ -35,7 +35,7 @@ pipeline {
sh 'ls -l'
docker.image('docker-image').inside {
sh 'ls -l'
sh 'python3 ./model_test.py'
sh 'python3 ./evaluate.py'
archiveArtifacts 'plot.png'
archiveArtifacts 'result.csv'
}