Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Marek Wendlandt 2019-05-16 16:03:26 +00:00
parent 1ffa205093
commit 6628425508

4
Jenkinsfile vendored
View File

@ -19,8 +19,8 @@ pipeline {
stage('Stage 2') {
steps {
echo 'Metryki'
sh label: '', script: 'chmod 755 ./kody-metryki.sh'
sh label: '', script: './kody-metryki.sh'
sh label: '', script: 'chmod 755 ./metryki.sh'
sh label: '', script: './metryki.sh'
archiveArtifacts 'WER.txt'
archiveArtifacts 'SSR.txt'
archiveArtifacts 'sredniaWER.txt'