Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 466 Bytes

defaults.md

File metadata and controls

25 lines (18 loc) · 466 Bytes

defaults

❗ This step is marked as deprecated

The defaults provide getters for defaults like

  • Pipeline triggers

Table of contents

getTriggers

This function returns the default triggers which should be used by all ci jobs.

Usage Example

Map triggerConfig = [
    (PROPERTIES): [
        (PROPERTIES_PIPELINE_TRIGGERS) : defaults.getTriggers()
    ]
]