Changeset ece8a80
- Timestamp:
- Jul 30, 2018, 4:44:49 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:
- d4cd491
- Parents:
- e1bdccb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
re1bdccb rece8a80 247 247 build_stage('Cleanup') { 248 248 // clean the build by wipping the build directory 249 echo "rm -rf ${builddir}/*" 249 dir(builddir) { 250 deleteDir 251 } 252 253 dir(buildir) { 254 255 } 250 256 251 257 //Clean all temporary files to make sure no artifacts of the previous build remain
Note: See TracChangeset
for help on using the changeset viewer.