Changeset 2112663f


Ignore:
Timestamp:
Aug 16, 2018, 11:34:52 AM (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:
2aa2056f
Parents:
0c1d240
Message:

Fixed missing params.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r0c1d240 r2112663f  
    163163        currentBuild.description = "${compiler.cc_name}:${arch_name}${full}"
    164164
    165         echo """Compiler              : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc})
    166 Architecture            : ${arch_name}
    167 Arc Flags               : ${architecture}
    168 Run All Tests           : ${ pRunAllTests.toString() }
    169 Run Benchmark           : ${ pRunBenchmark.toString() }
    170 Build Documentation     : ${ pBuildDocumentation.toString() }
    171 Publish                 : ${ pPublish.toString() }
    172 Silent                  : ${ pSilent.toString() }
     165        echo """Compiler                    : ${ compiler.cc_name } (${ compiler.cpp_cc }/${ compiler.cfa_cc })
     166Architecture            : ${ arch_name }
     167Arc Flags               : ${ architecture }
     168Run All Tests           : ${ params.RunAllTests.toString() }
     169Run Benchmark           : ${ params.RunBenchmark.toString() }
     170Build Documentation     : ${ params.BuildDocumentation.toString() }
     171Publish                 : ${ params.Publish.toString() }
     172Silent                  : ${ params.Silent.toString() }
    173173"""
    174174}
Note: See TracChangeset for help on using the changeset viewer.