Zaktualizuj 'Jenkinsfile_evaluation'
Some checks are pending
s434804-evaluation/pipeline/head Build queued...

This commit is contained in:
Dawid Wietrzych 2021-05-14 21:00:31 +02:00
parent af71bb08ae
commit 60507abb40

View File

@ -28,9 +28,8 @@ pipeline {
}
stage('evaluation') {
steps {
sh 'buildNumber=$(echo $BUILD_NUMBER)'
sh 'chmod +x tensor-eval.py'
sh 'python3 "tensor-eval.py $BUILD_NUMBER" >> evaluation.txt'
sh 'python3 tensor-eval.py $BUILD_NUMBER >> evaluation.txt'
sh 'python3 tensor-plot.py'
}
}