Commit db03341e authored by Anthony Lamping's avatar Anthony Lamping Committed by Daniel Agar

jenkins: formatting cleanup

parent b421b9fd
pipeline { pipeline {
agent none agent none
stages { stages {
stage('build') { stage('build') {
parallel { parallel {
...@@ -127,10 +128,9 @@ pipeline { ...@@ -127,10 +128,9 @@ pipeline {
sh 'git clean -ff -x -d .' sh 'git clean -ff -x -d .'
} }
} }
} // parallel
} } // stage('build')
} } // stages
}
environment { environment {
CCACHE_CPP2 = '1' CCACHE_CPP2 = '1'
...@@ -142,5 +142,4 @@ pipeline { ...@@ -142,5 +142,4 @@ pipeline {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30')) buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
timeout(time: 60, unit: 'MINUTES') timeout(time: 60, unit: 'MINUTES')
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment