Changeset efa8439a


Ignore:
Timestamp:
May 1, 2026, 12:00:43 PM (3 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Parents:
2737b37
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    r2737b37 refa8439a  
    1414                //Wrap build to add timestamp to command line
    1515                wrap([$class: 'TimestamperBuildWrapper']) {
    16 
    1716                        stage('Build') {
    18 
    1917                                parallel (
    2018                                        gcc_10_x86_new: { trigger_build( 'gcc-10', 'x86', false ) },
     
    3331                                )
    3432                        }
    35 
    3633                        stage('Package') {
    3734                                trigger_dist( commitId, currentBuild.number.toString() )
    3835                        }
    39 
    4036                        stage('Promote') {
    4137                                trigger_prom()
Note: See TracChangeset for help on using the changeset viewer.