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

     1  pipelineConfig:
     2    pipelines:
     3      release:
     4        pipeline:
     5          agent:
     6            image: some-image
     7          stages:
     8            - name: stage1
     9              steps:
    10                - command: ls
    11            - name: stage2
    12              options:
    13                workspace: custom
    14              stages:
    15                - name: stage3
    16                  steps:
    17                    - command: ls
    18                - name: stage4
    19                  options:
    20                    workspace: default
    21                  steps:
    22                    - command: ls
    23                - name: stage5
    24                  steps:
    25                    - command: ls