Skip to content

standardPipeline()

In progress

standardPipeline() is not yet implemented. This page will be updated as each phase ships.

The main pipeline entry point — a single call that replaces the full boilerplate Jenkinsfile. Internally calls detectAgent() for agent selection and runs the standard platform stages.


Planned usage

@Library('shared') _

standardPipeline()

Planned config options

standardPipeline(
    tags: ['nodejs', 'docs']   // opt-in to extra stage groups
)