Changes in / [4803a901:aac5dfd]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
r4803a901 raac5dfd 32 32 33 33 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))] 35 35 } 36 36 }
Note:
See TracChangeset
for help on using the changeset viewer.