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 12:04:40 +02:00
parent 3fc18f68c4
commit a4491fcfc5

View File

@ -16,7 +16,7 @@ pipeline {
stage('copyArtifacts') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-create-dataset', selector: buildParameter('BUILD_SELECTOR')
sh "python3 lab06_training.py ${epochs}""
sh "python3 lab06_training.py ${epochs}"
sh "echo ${env.BUILD_NUMBER}"
}
}