From 43fe488a90672bbb945329696d626643883095b8 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 13:42:08 +0200 Subject: [PATCH] jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8c6555b..e505199 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { steps { checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops.git']]]) copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() - sh('chmod 755 ./line_counter.sh') + sh('chmod 755 ./metrics.sh') sh('chmod 755 ./createWERandSRRFiles.py') sh('./metrics.sh') archiveArtifacts 'liczba_linii.txt'