Changeset ece8a80


Ignore:
Timestamp:
Jul 30, 2018, 4:44:49 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

better attempt a cleaning build dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    re1bdccb rece8a80  
    247247        build_stage('Cleanup') {
    248248                // 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                }
    250256
    251257                //Clean all temporary files to make sure no artifacts of the previous build remain
Note: See TracChangeset for help on using the changeset viewer.