Changeset e93572a
- Timestamp:
- Jul 30, 2018, 2:40:44 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- e1bdccb
- Parents:
- 73787a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r73787a9 re93572a 22 22 do_sendemail = true 23 23 24 builddir = ''25 srcdir = ''24 builddir = pwd tmp: true 25 srcdir = pwd tmp: false 26 26 27 27 currentBuild.result = "SUCCESS" … … 247 247 build_stage('Cleanup') { 248 248 // clean the build by wipping the build directory 249 sh"rm -rf ${builddir}/*"249 echo "rm -rf ${builddir}/*" 250 250 251 251 //Clean all temporary files to make sure no artifacts of the previous build remain … … 267 267 def build() { 268 268 build_stage('Build') { 269 270 builddir = pwd tmp: true271 srcdir = pwd tmp: false272 273 269 // Build outside of the src tree to ease cleaning 274 270 dir (builddir) {
Note: See TracChangeset
for help on using the changeset viewer.