Add plot for evaluation, add parameters to jenkins and fix mail sending
This commit is contained in:
parent
d5f8c6f41c
commit
60bace355d
@ -29,7 +29,7 @@ pipeline {
|
|||||||
copyArtifacts optional: true, fingerprintArtifacts: true, projectName: 's430705-evaluation/master', selector: buildParameter('WHICH_BUILD_EVAL')
|
copyArtifacts optional: true, fingerprintArtifacts: true, projectName: 's430705-evaluation/master', selector: buildParameter('WHICH_BUILD_EVAL')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Evaluation){
|
stage('Evaluation') {
|
||||||
steps{
|
steps{
|
||||||
sh 'python3 "./lab06-eval.py ${WHICH_BUILD_TRAIN}"'
|
sh 'python3 "./lab06-eval.py ${WHICH_BUILD_TRAIN}"'
|
||||||
sh 'python3 "./lab06-plot.py"'
|
sh 'python3 "./lab06-plot.py"'
|
||||||
|
Loading…
Reference in New Issue
Block a user