Changeset efa8439a
- Timestamp:
- May 1, 2026, 12:00:43 PM (3 hours ago)
- Branches:
- master
- Parents:
- 2737b37
- File:
-
- 1 edited
-
Jenkins/FullBuild (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
r2737b37 refa8439a 14 14 //Wrap build to add timestamp to command line 15 15 wrap([$class: 'TimestamperBuildWrapper']) { 16 17 16 stage('Build') { 18 19 17 parallel ( 20 18 gcc_10_x86_new: { trigger_build( 'gcc-10', 'x86', false ) }, … … 33 31 ) 34 32 } 35 36 33 stage('Package') { 37 34 trigger_dist( commitId, currentBuild.number.toString() ) 38 35 } 39 40 36 stage('Promote') { 41 37 trigger_prom()
Note:
See TracChangeset
for help on using the changeset viewer.