liczymy
This commit is contained in:
parent
412b91d19d
commit
767ebb9769
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -9,6 +9,7 @@ pipeline {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], gitTool: 'Default', submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s416267/s416267-mlworkshops']]])
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
sh('chmod +x ./lines.sh')
|
||||
sh('lines.sh)
|
||||
archiveArtifacts 'lines_number.txt'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user