github.com/olli-ai/jx/v2@v2.0.400-0.20210921045218-14731b4dd448/pkg/tekton/syntax/test_data/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              steps:
    15                - command: ls
    16            - name: stage3
    17              options:
    18                workspace: default
    19              steps:
    20                - command: ls
    21            - name: stage4
    22              options:
    23                workspace: custom
    24              steps:
    25                - command: ls