Changeset 6c0ef72
- Timestamp:
- Dec 4, 2020, 1:16:24 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:
- d4e338f
- Parents:
- 6cdec7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/tools.groovy
r6cdec7e r6c0ef72 38 38 if(commitHash) { 39 39 echo "Checking out commit <${commitHash}>" 40 final scmVars = checkout([$class: 'GitSCM', branches: [[name: commitHash ]], userRemoteConfigs: [[url: 'cforall@plg.uwaterloo.ca:software/cfa/cfa-cc']]]) 40 final scmVars = checkout([$class: 'GitSCM', branches: [[name: commitHash ]], 41 userRemoteConfigs: [[ 42 url: 'cforall@plg.uwaterloo.ca:software/cfa/cfa-cc', 43 credentialsId: 'git_key_aug20']] 44 ]) 41 45 echo GitLogMessage(scmVars.GIT_COMMIT, scmVars.GIT_PREVIOUS_COMMIT) 42 46 } else {
Note: See TracChangeset
for help on using the changeset viewer.