Zaktualizuj 'Jenkinsfile_evaluation'
All checks were successful
s434804-evaluation/pipeline/head This commit looks good
All checks were successful
s434804-evaluation/pipeline/head This commit looks good
This commit is contained in:
parent
1b96d55677
commit
e4e9a34066
@ -29,6 +29,7 @@ pipeline {
|
|||||||
stage('evaluation') {
|
stage('evaluation') {
|
||||||
steps {
|
steps {
|
||||||
sh 'chmod +x ./tensor-eval.py'
|
sh 'chmod +x ./tensor-eval.py'
|
||||||
|
sh 'rm -rf ./evaluation.csv'
|
||||||
sh 'python3 ./tensor-eval.py $BUILD_NUMBER >> evaluation.txt'
|
sh 'python3 ./tensor-eval.py $BUILD_NUMBER >> evaluation.txt'
|
||||||
sh 'cat ./evaluation.csv'
|
sh 'cat ./evaluation.csv'
|
||||||
sh 'python3 ./tensor-plot.py'
|
sh 'python3 ./tensor-plot.py'
|
||||||
|
Loading…
Reference in New Issue
Block a user