From 8596ae1d4608ee182c13321859b332ae55a5b782 Mon Sep 17 00:00:00 2001 From: s434766 Date: Mon, 10 May 2021 10:47:18 +0200 Subject: [PATCH] s7 --- pytorch-training-eval/Jenkinsfile-eval | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pytorch-training-eval/Jenkinsfile-eval b/pytorch-training-eval/Jenkinsfile-eval index 7dcde6a..6bc9bec 100644 --- a/pytorch-training-eval/Jenkinsfile-eval +++ b/pytorch-training-eval/Jenkinsfile-eval @@ -5,20 +5,18 @@ pipeline { stages { stage('checkout') { steps { - git 'https://git.wmi.amu.edu.pl/s434766/ium_434766.git' copyArtifacts fingerprintArtifacts: true, projectName: 's434766-create-dataset' copyArtifacts fingerprintArtifacts: true, projectName: 's434766-training' } } stage('Docker'){ steps{ - sh 'python3 "./stroke-pytorch-eval.py" >> eval.txt' + sh 'python3 "./../stroke-pytorch-eval.py" >> eval.txt' } } stage('archiveArtifacts') { steps { archiveArtifacts 'eval.txt' - } post { success {