Sha256: 62d8c1f51ebb6fe2c79d19583a9b8a3d658e30382345017f72b6d00ff904521e

Contents?: true

Size: 843 Bytes

Versions: 3

Compression:

Stored size: 843 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
      - maven3artifactory:
          url: https://artifactory.com/artifactory
          artifactory-name: name
          release-repo: release
          snapshot-repo: snapshot

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jenkins_pipeline_builder-0.2.3 spec/unit_tests/fixtures/files/Job-Build-Maven.yaml
jenkins_pipeline_builder-0.2.2 spec/unit_tests/fixtures/files/Job-Build-Maven.yaml
jenkins_pipeline_builder-0.2.0 spec/unit_tests/fixtures/files/Job-Build-Maven.yaml