metrics calculation

This commit is contained in:
Tomasz Łysiak 2019-04-26 12:48:54 +02:00
parent d2be67b9f6
commit 2ec9d1ab3a

3
Jenkinsfile vendored
View File

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