Zaktualizuj 'Jenkinsfile_evaluation'

This commit is contained in:
Kornelia Girejko 2022-05-06 23:23:51 +02:00
parent 529e91f814
commit fd750c3c6b
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ pipeline {
copyArtifacts filter: '*', projectName: 's478815-evaluation/master', selector: buildParameter('BUILD_SELECTOR'), optional: true
sh 'python3 ./evaluation.py'
archiveArtifacts artifacts: 'metrics.txt, metrics.png', followSymlinks: false
archiveArtifacts artifacts: 'metrics.txt, metric.txt, metrics.png', followSymlinks: false
script {
MAE = sh (