Compare commits

...

2 Commits

Author SHA1 Message Date
4ea7cf85a4 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	Jenkinsfile_evaluation
2023-05-11 19:51:34 +02:00
6e712babdb add plot and new jenkinsfile 2023-05-11 19:50:42 +02:00

View File

@ -45,7 +45,7 @@ pipeline {
steps {
sh 'ls -a'
sh 'python ./ium_z444439/prediction.py'
sh 'python ./ium_z434686/plot.py'
sh 'python ./ium_z444439/plot.py'
archiveArtifacts 'prediction.csv'
archiveArtifacts 'metrics.csv'
archiveArtifacts 'metrics.png'