metryki
This commit is contained in:
parent
07d09b351b
commit
9faa5e64ce
@ -4,12 +4,12 @@ pipeline {
|
||||
stage('Stage 1') {
|
||||
steps {
|
||||
echo 'Hello World'
|
||||
echo 'Trigger Check'
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], gitTool: 'Default', submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s416251/s416251-mlworkshops.git']]])
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
sh('chmod +x ./lines.sh')
|
||||
sh(' ./lines.sh')
|
||||
archiveArtifacts 'lines_number.txt'
|
||||
archiveArtifacts 'wer.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user