Changeset 833caa5 for Jenkinsfile
- Timestamp:
- Jul 31, 2018, 1:36:09 PM (5 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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:
- b323190
- Parents:
- e6ab994
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
re6ab994 r833caa5 173 173 """ 174 174 175 echo gitChangelog returnType: 'STRING' 175 def str = gitChangelog returnType: 'STRING'; 176 echo str 176 177 } 177 178
Note: See TracChangeset
for help on using the changeset viewer.