Changeset 68f2e42 for Jenkins


Ignore:
Timestamp:
Dec 3, 2020, 9:14:54 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:
6c9e0bc
Parents:
032fd93
Message:

Bad copy-paste

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/tools.groovy

    r032fd93 r68f2e42  
    3636        BuildStage('Checkout', true) {
    3737                //checkout the source code and clean the repo
    38                 if(ref) {
     38                if(commitHash) {
    3939                        final scmVars = checkout([$class: 'GitSCM', branches: [[name: commitHash ]]])
    4040                        echo GitLogMessage(scmVars.GIT_COMMIT, scmVars.GIT_PREVIOUS_COMMIT)
Note: See TracChangeset for help on using the changeset viewer.