metrics calculation
This commit is contained in:
parent
a78bc43a9d
commit
f9ed1f1d2c
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -13,6 +13,7 @@ pipeline {
|
|||||||
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 'pip3 install pandas'
|
||||||
sh 'python3 calculate_metrics.py'
|
sh 'python3 calculate_metrics.py'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user