Changeset 6c0ef72


Ignore:
Timestamp:
Dec 4, 2020, 1:16:24 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Tools.checkout now uses explicit credentials

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/tools.groovy

    r6cdec7e r6c0ef72  
    3838                if(commitHash) {
    3939                        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                        ])
    4145                        echo GitLogMessage(scmVars.GIT_COMMIT, scmVars.GIT_PREVIOUS_COMMIT)
    4246                } else {
Note: See TracChangeset for help on using the changeset viewer.