- Timestamp:
- Dec 3, 2020, 8:09:32 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:
- 782d479
- Parents:
- fd0ba75
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Distribute
rfd0ba75 r4b138dd 15 15 SrcDir = pwd tmp: false 16 16 Settings = null 17 Tools = load "Jenkins/tools.groovy"18 17 19 18 // Local variables … … 117 116 ]]) 118 117 118 // It's unfortunate but it looks like we need to checkout the entire repo just to get 119 // - the pretty git printer 120 // - Jenkins.tools 121 checkout scm 122 123 Tools = load "Jenkins/tools.groovy" 124 119 125 currentBuild.description = "Distributing Binaries" 120 126 echo "Distributing build ${params.Build}"
Note: See TracChangeset
for help on using the changeset viewer.