jenkinsfile

This commit is contained in:
unknown 2020-04-03 12:18:20 +02:00
parent e9016ffb6d
commit 1c156a0aff

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
steps {
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops.git']]])
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
sh('line_counter.sh')
sh('./line_counter.sh')
archiveArtifacts 'liczba_linii.txt'
}
}