metrics calculation

This commit is contained in:
Tomasz Łysiak 2019-04-26 12:17:38 +02:00
parent 6778929e3f
commit c76c17c16b

1
Jenkinsfile vendored
View File

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