From b0348f72f97e8d91536e3f2c7cfd221378e5855c Mon Sep 17 00:00:00 2001 From: Dawid Date: Fri, 14 May 2021 21:04:17 +0200 Subject: [PATCH] Changed file path --- Jenkinsfile_evaluation | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index 930ab57..50120b0 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -28,9 +28,9 @@ pipeline { } stage('evaluation') { steps { - sh 'chmod +x tensor-eval.py' - sh 'python3 tensor-eval.py $BUILD_NUMBER >> evaluation.txt' - sh 'python3 tensor-plot.py' + sh 'chmod +x ./tensor-eval.py' + sh 'python3 ./tensor-eval.py $BUILD_NUMBER >> evaluation.txt' + sh 'python3 ./tensor-plot.py' } } stage('archiveArtifacts') {