Fix email notification
This commit is contained in:
parent
3155102967
commit
b32dea5b12
@ -19,7 +19,9 @@ pipeline {
|
|||||||
copyArtifacts filter: '*', projectName:'s444421-evaluation/training_and_evaluation', optional: true
|
copyArtifacts filter: '*', projectName:'s444421-evaluation/training_and_evaluation', optional: true
|
||||||
sh 'ipython ./evaluation.py'
|
sh 'ipython ./evaluation.py'
|
||||||
archiveArtifacts artifacts: 'build_accuracy.txt, bilds_accuracy.jpg'
|
archiveArtifacts artifacts: 'build_accuracy.txt, bilds_accuracy.jpg'
|
||||||
ACC = sh (script: 'tail -n 1 build_accuracy.txt', returnStdout: true).trim()
|
script {
|
||||||
|
ACC = sh (script: 'tail -n 1 build_accuracy.txt', returnStdout: true).trim()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user