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' }