Add build
This commit is contained in:
parent
b9d52bf3d8
commit
4abece7b8c
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s407599/s407599-mlworkshops']]])
|
||||
}
|
||||
}
|
||||
stage('copyArtifacts') {
|
||||
stage('CopyArtifacts') {
|
||||
steps {
|
||||
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval/'
|
||||
copyArtifacts filter: 'wer.txt, srr.txt', fingerprintArtifacts: true, projectName: 's407599-metrics'
|
||||
@ -17,10 +17,15 @@ pipeline {
|
||||
sh label: '', script: './script.sh wikiniews_results.tsv'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
stage('ArchiveArtifacts') {
|
||||
steps {
|
||||
archiveArtifacts 'results.txt, wer.txt, srr.txt'
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
build 's407599-plots'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user