diff --git a/Jenkinsfile b/Jenkinsfile index 31b7844..0a282a3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'