Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
3c0fff90b1
commit
1ffa205093
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -16,5 +16,16 @@ pipeline {
|
||||
|
||||
}
|
||||
}
|
||||
stage('Stage 2') {
|
||||
steps {
|
||||
echo 'Metryki'
|
||||
sh label: '', script: 'chmod 755 ./kody-metryki.sh'
|
||||
sh label: '', script: './kody-metryki.sh'
|
||||
archiveArtifacts 'WER.txt'
|
||||
archiveArtifacts 'SSR.txt'
|
||||
archiveArtifacts 'sredniaWER.txt'
|
||||
archiveArtifacts 'wikiniews_results_WER.tsv'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user