paralllel 注意事项

node('nnh561.raijin') {
    stage 'checkout'
    build('trunk/checkout')

    stage 'build'
    parallel (
        'gfortran': { build('trunk/build/gfortran') },
        'ifort': { build('trunk/build/ifort') }
    )

}

papallel 每一并行部分之间逗号分隔,并须要有并行运行的任务名字,分号分割名字与任务node

相关文章
相关标签/搜索