Add plot for evaluation, add parameters to jenkins and fix mail sending
Some checks failed
s430705-evaluation/pipeline/head There was a failure building this commit
s430705-training/pipeline/head There was a failure building this commit

This commit is contained in:
s430705 2021-05-13 11:06:09 +02:00
parent d5f8c6f41c
commit 60bace355d

View File

@ -29,7 +29,7 @@ pipeline {
copyArtifacts optional: true, fingerprintArtifacts: true, projectName: 's430705-evaluation/master', selector: buildParameter('WHICH_BUILD_EVAL')
}
}
stage('Evaluation){
stage('Evaluation') {
steps{
sh 'python3 "./lab06-eval.py ${WHICH_BUILD_TRAIN}"'
sh 'python3 "./lab06-plot.py"'