script sh added

This commit is contained in:
DarkPete 2019-04-26 11:24:32 +02:00
parent 2aab90e97f
commit 6d57ef6c46
2 changed files with 3 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -4,8 +4,9 @@ pipeline {
stage('ASR-eval copy artifacts') {
steps {
copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
sh 'ls -lah'
//sh 'ls -lah'
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '8cdbf19a-e62d-4807-9112-bc7a8d225074', url: 'https://git.wmi.amu.edu.pl/s441471/s441471-mlworkshops']]])
sh './script.sh'
}
}
}

1
script.sh Normal file
View File

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