From c76c17c16bfcf97fbfb37ae20b04768ce798fb31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=81ysiak?= Date: Fri, 26 Apr 2019 12:17:38 +0200 Subject: [PATCH] metrics calculation --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index ef106bc..6efdb33 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,6 +10,7 @@ pipeline { } sh 'git checkout' sh 'python3 script.py' + sh 'pip3 install pandas' archiveArtifacts artifacts: 'num_lines.txt'