This commit is contained in:
Klaudia 2023-05-11 19:58:38 +02:00
parent 4ea7cf85a4
commit 2fa7e84c14

View File

@ -44,7 +44,7 @@ pipeline {
} }
steps { steps {
sh 'ls -a' sh 'ls -a'
sh 'python ./ium_z444439/prediction.py' sh 'python ./ium_z444439/predictions.py'
sh 'python ./ium_z444439/plot.py' sh 'python ./ium_z444439/plot.py'
archiveArtifacts 'prediction.csv' archiveArtifacts 'prediction.csv'
archiveArtifacts 'metrics.csv' archiveArtifacts 'metrics.csv'