evaluate
This commit is contained in:
parent
fa9f18d0de
commit
a719c09f95
@ -35,7 +35,7 @@ pipeline {
|
||||
sh 'ls -l'
|
||||
docker.image('docker-image').inside {
|
||||
sh 'ls -l'
|
||||
sh 'python3 ./model_test.py'
|
||||
sh 'python3 ./evaluate.py'
|
||||
archiveArtifacts 'plot.png'
|
||||
archiveArtifacts 'result.csv'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user