Uruchomienie skryptu zliczającego wiersze

This commit is contained in:
Szymon Świergosz 2019-04-26 11:27:23 +02:00
parent 81028c01b6
commit 1a07740b06
2 changed files with 3 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -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
View File

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