Changeset 6ce9a4f2 for Jenkins


Ignore:
Timestamp:
Dec 12, 2020, 7:30:23 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:
aac5dfd
Parents:
a6e0e4c
Message:

Fix missing int to string in FullBuild?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

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