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

jenkins: formatting cleanup

parent b421b9fd
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')
}
}
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