Changeset 4af1021 for Jenkins/FullBuild


Ignore:
Timestamp:
Dec 11, 2020, 11:33:06 AM (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:
b399ca2
Parents:
73a3be5
Message:

I seem to have to checkout the entire repo just to get the commit id.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    r73a3be5 r4af1021  
    88        def err = null
    99
    10         final commitId = sh(returnStdout: true, script: 'git rev-parse HEAD')
     10        final scmVars = checkout scm
     11        final commitId = scmVars.GIT_COMMIT
    1112
    1213        try {
     
    1516
    1617                        stage('Build') {
    17 
    18                                 results = [null, null]
    1918
    2019                                parallel (
Note: See TracChangeset for help on using the changeset viewer.