This commit is contained in:
Bartosz Szukała 2019-04-26 11:03:43 +02:00
parent 56293f564d
commit d6616430f2
2 changed files with 4 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -5,4 +5,7 @@ checkout([$class: 'GitSCM', branches: [[name: '*/master']],
doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg:
[], userRemoteConfigs: [[url:
'https://git.wmi.amu.edu.pl/s421813/s421813-mlworkshops.git']]])
sh label: '', script: 'chmod 777 counter.sh'
sh label: '', script: './counter.sh'
archiveArtifacts 'txt.txt'
}

1
counter.sh Normal file
View File

@ -0,0 +1 @@
wc -l wikiniews_results.tsv >> txt.txt