Add plot for evaluation, add parameters to jenkins and fix mail sending
This commit is contained in:
parent
062859936a
commit
75761b2db3
@ -31,9 +31,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Evaluation') {
|
stage('Evaluation') {
|
||||||
steps{
|
steps{
|
||||||
def test = build job:"s430705-training/master"
|
sh 'python3 "./lab06-eval.py ${env.BUILD_ID}"'
|
||||||
def buildNumber = test.getNumber()
|
|
||||||
sh 'python3 "./lab06-eval.py ${buildNumber}"'
|
|
||||||
sh 'python3 "./lab06-plot.py"'
|
sh 'python3 "./lab06-plot.py"'
|
||||||
sh 'python3 "./lab07_sacred01.py"'
|
sh 'python3 "./lab07_sacred01.py"'
|
||||||
sh 'python3 "./lab07_sacred02.py"'
|
sh 'python3 "./lab07_sacred02.py"'
|
||||||
|
Loading…
Reference in New Issue
Block a user