metrics calculation
This commit is contained in:
parent
2ec9d1ab3a
commit
17a7726670
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -3,19 +3,18 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Copy Archive') {
|
stage('Copy Archive') {
|
||||||
steps {
|
steps {
|
||||||
sh 'git --version'
|
|
||||||
|
|
||||||
script {
|
script {
|
||||||
step ([$class: 'CopyArtifact',
|
step ([$class: 'CopyArtifact',
|
||||||
projectName: 'ASR-eval',
|
projectName: 'ASR-eval',
|
||||||
target: 'Infra']);
|
target: 'Infra']);
|
||||||
}
|
}
|
||||||
|
sh 'git --version'
|
||||||
sh 'git checkout'
|
sh 'git checkout'
|
||||||
sh 'python3 script.py'
|
sh 'python3 script.py'
|
||||||
archiveArtifacts artifacts: 'num_lines.txt'
|
archiveArtifacts artifacts: 'num_lines.txt'
|
||||||
|
|
||||||
|
|
||||||
|
sh 'python3 calculate_metrics.py'
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user