Added test script

This commit is contained in:
Kacper Kurzeja 2019-04-26 10:53:20 +02:00
parent 6faeb34c31
commit 3dbe501793
2 changed files with 3 additions and 0 deletions

2
Jenkinsfile vendored
View File

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

1
script.sh Normal file
View File

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