This commit is contained in:
Szymon Świergosz 2019-04-26 13:21:02 +02:00
parent 86176ebb2a
commit e3d37a8e76

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
sh 'chmod 755 ./metrics.sh'
sh './metrics.sh'
archiveArtifacts 'output.txt'
sh 'chmod 755 ./metrics.sh'
sh 'chmod 755 ./wer.sh'
sh './wer.sh'
}
}