metryki
This commit is contained in:
parent
25afe5e0c1
commit
b71fc70cd7
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -10,6 +10,7 @@ pipeline {
|
|||||||
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||||
sh('chmod +x ./lines.sh')
|
sh('chmod +x ./lines.sh')
|
||||||
sh('./lines.sh')
|
sh('./lines.sh')
|
||||||
|
sh('chmod +x .CreateMetricFiles.py')
|
||||||
archiveArtifacts 'lines_number.txt'
|
archiveArtifacts 'lines_number.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user