From 4dd5c36a312fb84802cc5c78956e05efd37c658c Mon Sep 17 00:00:00 2001 From: Agata Date: Sun, 1 May 2022 10:39:56 +0200 Subject: [PATCH] Update Jenkinsfile --- evaluation.Jenkinsfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/evaluation.Jenkinsfile b/evaluation.Jenkinsfile index 6aba7a7..4586a31 100644 --- a/evaluation.Jenkinsfile +++ b/evaluation.Jenkinsfile @@ -21,14 +21,8 @@ pipeline { copyArtifacts filter: '*', projectName:'s444421-evaluation/training_and_evaluation', optional: true sh 'ipython ./evaluation.py' archiveArtifacts artifacts: 'build_accuracy.txt, bilds_accuracy.jpg' - script { - ACC=$(tail -n 1 build_accuracy.txt) - } } } - stage('test') { - sh 'echo $ACC' - } } post { success {