From fd54bbfee8896af89fb9e00baf810ea32eac1736 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 12:21:01 +0200 Subject: [PATCH] jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 8b05b3b..9051367 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +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('./line_counter.sh') archiveArtifacts 'liczba_linii.txt' }