github.com/jenkins-x/jx/v2@v2.1.155/pkg/cmd/step/buildpack/test_data/step_buildpack_apply/pipeline.yaml (about)

     1  agent:
     2    label: jenkins-maven
     3  pipelines:
     4    release:
     5      setup:
     6        steps:
     7        - container: maven
     8          steps:
     9          - sh: mvn deploy
    10          - groovy: "dir(\"foo\") { \n  sh \"echo hello\"\n}"