Zaktualizuj 'Jenkinsfile_evaluation'
Some checks failed
s434804-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s434804-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f1af6da7f1
commit
af71bb08ae
@ -29,9 +29,8 @@ pipeline {
|
|||||||
stage('evaluation') {
|
stage('evaluation') {
|
||||||
steps {
|
steps {
|
||||||
sh 'buildNumber=$(echo $BUILD_NUMBER)'
|
sh 'buildNumber=$(echo $BUILD_NUMBER)'
|
||||||
sh 'python3 ./lab06-eval.py $BUILD_NUMBER'
|
|
||||||
sh 'chmod +x tensor-eval.py'
|
sh 'chmod +x tensor-eval.py'
|
||||||
sh 'python3 "tensor-eval.py" >> evaluation.txt'
|
sh 'python3 "tensor-eval.py $BUILD_NUMBER" >> evaluation.txt'
|
||||||
sh 'python3 tensor-plot.py'
|
sh 'python3 tensor-plot.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user