From 056c41c3076ff7cb6fc413bc8c010802298367f7 Mon Sep 17 00:00:00 2001 From: "shikhar.s" Date: Wed, 28 Aug 2019 19:03:40 +0530 Subject: [PATCH] changes in file --- Jenkinsfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c70a4962..f066490f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -125,12 +125,12 @@ pipeline { stage('Static code metrics') { steps { - echo "Raw metrics" - sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH} - radon raw --json src/ > raw_report.json - radon cc --json src/ > cc_report.json - radon mi --json src/ > mi_report.json - ''' + // echo "Raw metrics" + // sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH} + // radon raw --json src/ > raw_report.json + // radon cc --json src/ > cc_report.json + // radon mi --json src/ > mi_report.json + // ''' echo "Test coverage"