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:19:15 +02:00
parent 062859936a
commit 75761b2db3

View File

@ -31,9 +31,7 @@ pipeline {
}
stage('Evaluation') {
steps{
def test = build job:"s430705-training/master"
def buildNumber = test.getNumber()
sh 'python3 "./lab06-eval.py ${buildNumber}"'
sh 'python3 "./lab06-eval.py ${env.BUILD_ID}"'
sh 'python3 "./lab06-plot.py"'
sh 'python3 "./lab07_sacred01.py"'
sh 'python3 "./lab07_sacred02.py"'