From 7750e65844fbf245b9456cfe22d168b37859ef61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Thu, 11 May 2023 00:31:58 +0200 Subject: [PATCH] Update 'Multibranch-Evaluation' --- Multibranch-Evaluation | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/Multibranch-Evaluation b/Multibranch-Evaluation index 73d8880..0abe23a 100644 --- a/Multibranch-Evaluation +++ b/Multibranch-Evaluation @@ -20,31 +20,7 @@ pipeline { } } - stage('copy_artifacts') { - steps { - copyArtifacts(projectName: 'z-s434686-training/master', fingerprintArtifacts: true) - } - } - stage('copy_artifacts_from_inside') { - steps { - copyArtifacts(projectName: 'z-s434686-evaluation/master', fingerprintArtifacts: true, optional: true) - } - } - stage('Docker') { - agent { - dockerfile { - filename 'Dockerfile' - dir 'ium_z434686' - reuseNode true - } - } - steps { - sh 'ls -a' - sh 'python ./ium_z434686/predict.py' - archiveArtifacts 'prediction.csv' - archiveArtifacts 'metrics.csv' - } - } + stage('clear_after') { steps {