Zaktualizuj 'Jenkinsfile_evaluation'
Some checks failed
s434804-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Dawid Wietrzych 2021-05-14 14:06:03 +02:00
parent f1af6da7f1
commit af71bb08ae

View File

@ -29,9 +29,8 @@ pipeline {
stage('evaluation') {
steps {
sh 'buildNumber=$(echo $BUILD_NUMBER)'
sh 'python3 ./lab06-eval.py $BUILD_NUMBER'
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'
}
}