Changeset f37279b


Ignore:
Timestamp:
Jul 27, 2018, 3:06:41 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:
0759ba0, 50697b0
Parents:
56d138e
Message:

Fix clean stage in Jenkins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r56d138e rf37279b  
    302302def clean() {
    303303        build_stage('Cleanup') {
    304 
    305                 //do a maintainer-clean to make sure we need to remake from scratch
    306                 sh 'make maintainer-clean > /dev/null'
     304                // clean the build by wipping the build directory
     305                sh 'rm -rf build'
    307306        }
    308307}
Note: See TracChangeset for help on using the changeset viewer.