Changeset 1947795 for Jenkinsfile
- Timestamp:
- Aug 17, 2018, 3:20:18 PM (6 years ago)
- 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:
- d3a4564a
- Parents:
- e0549dba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
re0549dba r1947795 25 25 26 26 Settings = prepare_build() 27 echo "${currentBuild.changeSets}"28 27 29 28 clean() … … 95 94 //checkout the source code and clean the repo 96 95 checkout scm 96 97 echo "${currentBuild.changeSets}" 97 98 } 98 99 }
Note: See TracChangeset
for help on using the changeset viewer.