From 2b0ec4b89f72f9f2c8640d7b09d7bad7fff34389 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 12:08:16 +0200 Subject: [PATCH] jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c6f6e9b..7942157 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 'ls' + sh label: '', script: 'wc -l wikiniews_results.tsv' echo 'Hello world!' } }