diff --git a/Jenkinsfile b/Jenkinsfile index d176540..aa07e02 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,9 +9,10 @@ pipeline { sh 'chmod 755 ./script.sh' sh './script.sh' //sh 'cat ' - archiveArtifacts 'output.txt' + sh 'chmod 755 ./WER.sh' sh './WER.sh' + archiveArtifacts 'wer_srr.txt'