This commit is contained in:
Diana-Krol 2020-04-03 15:51:06 +02:00
parent a7d151b85d
commit 9bb9bbbd05
3 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,9 @@ pipeline {
echo 'Trigger Check'
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], gitTool: 'Default', submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s416251/s416251-mlworkshops.git']]])
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
sh('chmod +x ./lines.sh')
sh(' ./lines.sh')
archiveArtifacts 'lines_number.txt'
}
}
}

2
lines.sh Normal file
View File

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

0
lines_number.txt Normal file
View File