Skip to content

Commit

Permalink
jenkins: formatting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lamping7 authored and dagar committed May 31, 2018
1 parent b421b9f commit db03341
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pipeline {
agent none
stages {

stage('build') {
parallel {

Expand Down Expand Up @@ -127,10 +128,9 @@ pipeline {
sh 'git clean -ff -x -d .'
}
}

}
}
}
} // parallel
} // stage('build')
} // stages

environment {
CCACHE_CPP2 = '1'
Expand All @@ -142,5 +142,4 @@ pipeline {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
timeout(time: 60, unit: 'MINUTES')
}

}

0 comments on commit db03341

Please sign in to comment.