diff --git a/Jenkinsfile b/Jenkinsfile index b4281b0..94cefab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { 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 wikiniews_results.tsv > liczba_linii.txt' - sh 'ls' + archiveArtifacts 'liczba_linii.txt' } } }