Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Marek Wendlandt 2019-05-16 17:06:39 +00:00
parent 94b9fcb6a0
commit 259865f865

4
Jenkinsfile vendored
View File

@ -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'