metrics calculation

This commit is contained in:
Tomasz Łysiak 2019-04-26 13:21:09 +02:00
parent a78bc43a9d
commit f9ed1f1d2c

1
Jenkinsfile vendored
View File

@ -13,6 +13,7 @@ pipeline {
sh 'git checkout'
sh 'python3 script.py'
archiveArtifacts artifacts: 'num_lines.txt'
sh 'pip3 install pandas'
sh 'python3 calculate_metrics.py'
}