Changeset 6c9e0bc for Jenkins/tools.groovy
- Timestamp:
- Dec 3, 2020, 9:16:41 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 22a2e69, a9a1d06
- Parents:
- 68f2e42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/tools.groovy
r68f2e42 r6c9e0bc 24 24 // Common compilation routines 25 25 //=========================================================================================================== 26 def clean() {26 def Clean() { 27 27 BuildStage('Cleanup', true) { 28 28 // clean the build by wipping the build directory … … 33 33 } 34 34 35 def checkout(commitHash = null) {35 def Checkout(commitHash = null) { 36 36 BuildStage('Checkout', true) { 37 37 //checkout the source code and clean the repo
Note: See TracChangeset
for help on using the changeset viewer.