Uruchomienie skryptu zliczającego wiersze
This commit is contained in:
parent
81028c01b6
commit
1a07740b06
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,6 +6,8 @@ pipeline {
|
||||
copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
sh 'ls -l'
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '8cdbf19a-e62d-4807-9112-bc7a8d225074', url: 'https://git.wmi.amu.edu.pl/s404686/s404686-mlworkshops']]])
|
||||
sh 'chmod 755 ./metrics.sh'
|
||||
sh './metrics.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
1
metrics.sh
Normal file
1
metrics.sh
Normal file
@ -0,0 +1 @@
|
||||
wc -l wikiniews.tsv > output.txt
|
Loading…
Reference in New Issue
Block a user