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!' } }