This commit is contained in:
Kamil Paprota 2020-04-03 14:17:51 +02:00
parent 25afe5e0c1
commit b71fc70cd7

3
Jenkinsfile vendored
View File

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