From b5f3e99cf4bf18771f7bfba4cdd74befefdba915 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 6 Sep 2017 08:41:20 -0500 Subject: [PATCH] Temporarily commented out the wait for the analysis. --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 0caa83946..60bcb2252 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,6 +34,7 @@ pipeline { } } + /* stage("SonarQube Quality Gate") { steps { timeout(time: 1, unit: 'HOURS') { @@ -44,6 +45,7 @@ pipeline { } } } + */ stage('Approve for QA') { agent any