diff --git a/Jenkinsfile b/Jenkinsfile index 86f3927..e171139 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,6 @@ 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' } }