github.com/olli-ai/jx/v2@v2.0.400-0.20210921045218-14731b4dd448/pkg/tekton/syntax/test_data/top_level_timeout/jenkins-x.yml (about)

     1  pipelineConfig:
     2    pipelines:
     3      release:
     4        pipeline:
     5          agent:
     6            image: some-image
     7          options:
     8            timeout:
     9              time: 50
    10              unit: minutes
    11          stages:
    12            - name: A Working Stage
    13              steps:
    14                - command: echo
    15                  args:
    16                    - hello
    17                    - world