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

This commit is contained in:
s430705 2021-05-13 12:01:41 +02:00
parent c9724882fc
commit 3fc18f68c4

View File

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