From f9ed1f1d2c1d43b71819e570090504ab452e1f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=81ysiak?= Date: Fri, 26 Apr 2019 13:21:09 +0200 Subject: [PATCH] metrics calculation --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index afc55c8..94bd338 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' }