From 259865f865bcab24b5d8c69b109d227bcd312e54 Mon Sep 17 00:00:00 2001 From: Marek Wendlandt Date: Thu, 16 May 2019 17:06:39 +0000 Subject: [PATCH] Zaktualizuj 'Jenkinsfile' --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6b7a2e9..4083893 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,8 +16,8 @@ pipeline { stage('Stage 2') { steps { echo 'Metryki' - sh label: '', script: 'chmod 755 ./metryki.sh' - sh label: '', script: './metryki.sh' + sh label: '', script: 'chmod 755 ./kody.sh' + sh label: '', script: './kody.sh' archiveArtifacts 'WER.txt' archiveArtifacts 'SSR.txt' archiveArtifacts 'sredniaWER.txt'