diff --git a/Jenkinsfile b/Jenkinsfile index 8de0d92..86f3927 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,8 +10,9 @@ pipeline { copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() sh('chmod +x ./lines.sh') sh('./lines.sh') + sh('chmod +x .CreateMetricFiles.py') archiveArtifacts 'lines_number.txt' - } + } } } } \ No newline at end of file