From 842bf5e83de0231b17a54ecfb8c18a2db671ce77 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 12:06:46 +0200 Subject: [PATCH] jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 59034d7..02dafb2 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 label: '', script: 'wc -l wikinews_results.tsv' + sh 'wc -l wikinews_results.tsv' echo 'Hello world!' } }