metrics calculation
This commit is contained in:
parent
d2be67b9f6
commit
2ec9d1ab3a
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -12,11 +12,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
sh 'git checkout'
|
sh 'git checkout'
|
||||||
sh 'python3 script.py'
|
sh 'python3 script.py'
|
||||||
sh 'pip3 install pandas'
|
|
||||||
archiveArtifacts artifacts: 'num_lines.txt'
|
archiveArtifacts artifacts: 'num_lines.txt'
|
||||||
|
|
||||||
|
|
||||||
sh 'python3 calculate_metrics.py'
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user