Add plot for evaluation, add parameters to jenkins and fix mail sending
This commit is contained in:
parent
a554bd02e0
commit
cee296967f
@ -30,9 +30,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Evaluation') {
|
stage('Evaluation') {
|
||||||
steps{
|
steps {
|
||||||
build = ${env.BUILD_ID}
|
script {
|
||||||
sh 'python3 "./lab06-eval.py build"'
|
def build_number = Jenkins.instance.getitem("s430705-training/master").lastSuccessfulBuild.number
|
||||||
|
}
|
||||||
|
sh 'python3 "./lab06-eval.py build_number"'
|
||||||
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