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

This commit is contained in:
Alagris 2021-04-26 17:44:12 +02:00
parent 4a7d7d4d0d
commit 2b7cfff7f4
1 changed files with 3 additions and 1 deletions

View File

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