Changeset 6c9e0bc
- Timestamp:
- Dec 3, 2020, 9:16:41 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 22a2e69, a9a1d06
- Parents:
- 68f2e42
- Location:
- Jenkins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Distribute
r68f2e42 r6c9e0bc 32 32 SrcDir = pwd tmp: false 33 33 34 Tools. clean()34 Tools.Clean() 35 35 36 Tools. checkout( commit )36 Tools.Checkout( commit ) 37 37 } 38 38 -
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.