Changeset 867fca3 for Jenkins


Ignore:
Timestamp:
Dec 14, 2020, 12:02:42 PM (4 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:
97229d6
Parents:
55885dd
Message:

Fix how full build converts ints to string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    r55885dd r867fca3  
    3232
    3333                        stage('Package') {
    34                                 build job: 'Cforall_Distribute_Ref', parameters: [string(name: 'GitRef', value: commitId), string(name: 'Build', value: Integer.toString(currentBuild.number))]
     34                                build job: 'Cforall_Distribute_Ref', parameters: [string(name: 'GitRef', value: commitId), string(name: 'Build', value: currentBuild.number.toString())]
    3535                        }
    3636                }
Note: See TracChangeset for help on using the changeset viewer.