end task
This commit is contained in:
parent
56293f564d
commit
d6616430f2
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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
1
counter.sh
Normal file
@ -0,0 +1 @@
|
||||
wc -l wikiniews_results.tsv >> txt.txt
|
Loading…
Reference in New Issue
Block a user