script file added

This commit is contained in:
email 2019-04-26 11:28:13 +02:00
parent ea64bdb382
commit 208dad516b
2 changed files with 2 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -2,6 +2,6 @@ node {
copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
sh 'ls -l'
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s416422/s416422-mlworkshops.git']]])
sh label: '', script: 'wc -l test_lines.txt > lines.txt'
sh label: '', script: 'sh script.sh'
archiveArtifacts 'lines.txt'
}

1
script.sh Normal file
View File

@ -0,0 +1 @@
wc -l > lines.txt