fix eval
This commit is contained in:
parent
4a7d7d4d0d
commit
2b7cfff7f4
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user