diff --git a/Jenkinsfile b/Jenkinsfile index a0d199b..31b7844 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' + } + } } } \ No newline at end of file