fix eval
Some checks failed
s434749-training/pipeline/head This commit looks good
s434749-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Alagris 2021-04-26 17:44:12 +02:00
parent 4a7d7d4d0d
commit 2b7cfff7f4

View File

@ -9,7 +9,9 @@ pipeline {
git 'https://git.wmi.amu.edu.pl/s434749/ium_434749.git' git 'https://git.wmi.amu.edu.pl/s434749/ium_434749.git'
copyArtifacts fingerprintArtifacts: true, projectName: 's434749-training', selector: lastSuccessful() copyArtifacts fingerprintArtifacts: true, projectName: 's434749-training', selector: lastSuccessful()
sh 'python3 train_model.py eval' sh 'python3 train_model.py eval'
def results = readFile "${env.WORKSPACE}/results.txt" script{
def results = readFile "${env.WORKSPACE}/results.txt"
}
} }
post { post {