github.com/olli-ai/jx/v2@v2.0.400-0.20210921045218-14731b4dd448/pkg/tekton/syntax/test_data/top_level_container_options/jenkins-x.yml (about) 1 pipelineConfig: 2 pipelines: 3 release: 4 pipeline: 5 options: 6 containerOptions: 7 resources: 8 limits: 9 cpu: 0.2 10 memory: 128Mi 11 requests: 12 cpu: 0.1 13 memory: 64Mi 14 agent: 15 image: some-image 16 stages: 17 - name: A Working Stage 18 steps: 19 - command: echo 20 args: 21 - hello 22 - world