From 1b96d55677340e7037202422b45b6b8e3ad37acd Mon Sep 17 00:00:00 2001 From: Dawid Wietrzych Date: Sat, 15 May 2021 18:05:24 +0200 Subject: [PATCH 1/3] Zaktualizuj 'Jenkinsfile_evaluation' --- Jenkinsfile_evaluation | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index 50120b0..c92e111 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -30,6 +30,7 @@ pipeline { steps { sh 'chmod +x ./tensor-eval.py' sh 'python3 ./tensor-eval.py $BUILD_NUMBER >> evaluation.txt' + sh 'cat ./evaluation.csv' sh 'python3 ./tensor-plot.py' } } From e4e9a340663f11dc823d6483f643e075e88355f9 Mon Sep 17 00:00:00 2001 From: Dawid Wietrzych Date: Sat, 15 May 2021 18:21:05 +0200 Subject: [PATCH 2/3] Zaktualizuj 'Jenkinsfile_evaluation' --- Jenkinsfile_evaluation | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index c92e111..0e90d1d 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -29,6 +29,7 @@ pipeline { stage('evaluation') { steps { sh 'chmod +x ./tensor-eval.py' + sh 'rm -rf ./evaluation.csv' sh 'python3 ./tensor-eval.py $BUILD_NUMBER >> evaluation.txt' sh 'cat ./evaluation.csv' sh 'python3 ./tensor-plot.py' From a960a878f8a5a37850e8338cb00167e6465f92c7 Mon Sep 17 00:00:00 2001 From: Dawid Wietrzych Date: Sat, 15 May 2021 18:22:36 +0200 Subject: [PATCH 3/3] Zaktualizuj 'Jenkinsfile_evaluation' --- Jenkinsfile_evaluation | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index 0e90d1d..50120b0 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -29,9 +29,7 @@ pipeline { stage('evaluation') { steps { sh 'chmod +x ./tensor-eval.py' - sh 'rm -rf ./evaluation.csv' sh 'python3 ./tensor-eval.py $BUILD_NUMBER >> evaluation.txt' - sh 'cat ./evaluation.csv' sh 'python3 ./tensor-plot.py' } }