diff --git a/Jenkinsfile b/Jenkinsfile index 6b7a2e9..4083893 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,8 +16,8 @@ pipeline { stage('Stage 2') { steps { echo 'Metryki' - sh label: '', script: 'chmod 755 ./metryki.sh' - sh label: '', script: './metryki.sh' + sh label: '', script: 'chmod 755 ./kody.sh' + sh label: '', script: './kody.sh' archiveArtifacts 'WER.txt' archiveArtifacts 'SSR.txt' archiveArtifacts 'sredniaWER.txt'