This commit is contained in:
Kamil Paprota 2020-04-03 14:32:04 +02:00
parent 92f54f031a
commit 71fae9f14e

1
Jenkinsfile vendored
View File

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