Sha256: c2f1e0028788441f936ef02d1d0c5fec0ac22248c3072a723c7bed1b2e61d828

Contents?: true

Size: 666 Bytes

Versions: 3

Compression:

Stored size: 666 Bytes

Contents

---
- job:
    name: Job-Build-Maven
    scm_provider: git
    scm_url: git@github.com:devops/repo.git
    scm_branch: release
    scm_params:
      local_branch: release
      wipe_workspace: true
      excuded_users: user
    builders:
      - shell_command: |
          echo 'Doing some work'
          run command1
      - maven3:
          goals: -B clean
    publishers:
      - description_setter:
          regexp: See the QE build details at (.*)
          description: 'QE Build Details: <a href="\1">\1</a>'
      - downstream:
          project: project_name
          data:
            - params: VM_NAME=${VM_NAME}
    wrappers:
      - timestamp: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jenkins_pipeline_builder-0.1.6 spec/unit_tests/fixtures/files/Job-Build-Maven.yaml
jenkins_pipeline_builder-0.1.5 spec/unit_tests/fixtures/files/Job-Build-Maven.yaml
jenkins_pipeline_builder-0.1.3 spec/unit_tests/fixtures/files/Job-Build-Maven.yaml