This commit is contained in:
Kamil Paprota 2020-04-03 12:59:10 +02:00
parent 8d6165beae
commit 731ad0c503
2 changed files with 4 additions and 1 deletions

4
Jenkinsfile vendored
View File

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

1
lines.sh Normal file
View File

@ -0,0 +1 @@
wc -l