From db03341e997ae4a89df2e14f9f97c42a7d0621bc Mon Sep 17 00:00:00 2001 From: Anthony Lamping Date: Wed, 30 May 2018 19:38:28 -0400 Subject: [PATCH] jenkins: formatting cleanup --- Jenkinsfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 62a0ac732..4d7730666 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,7 @@ pipeline { agent none stages { + stage('build') { parallel { @@ -127,10 +128,9 @@ pipeline { sh 'git clean -ff -x -d .' } } - - } - } - } + } // parallel + } // stage('build') + } // stages environment { CCACHE_CPP2 = '1' @@ -142,5 +142,4 @@ pipeline { buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30')) timeout(time: 60, unit: 'MINUTES') } - } -- 2.22.0