Sha256: 949a66a4fe50e4699ef022768a2400eba044d0ac653e7307d6a2bfead7b8bb41

Contents?: true

Size: 1.11 KB

Versions: 5

Compression:

Stored size: 1.11 KB

Contents

- job:
    name: 'Job-Gem-Build'
    job_type: free_style
    scm_provider: git
    scm_url: git@github.com:devops/repo.git
    scm_branch: master
    scm_params:
      excluded_users: user
    shell_command: 'run.sh'
    triggers:
      - scm_polling: 'H/5 * * * *'
    wrappers:
      - ansicolor: true
      - artifactory:
          url: 'https://artifactory.com/artifactory'
          artifactory-name: 'key'
          release-repo: gems-local
          publish: 'pkg/*.gem'
          publish-build-info: true
      - inject_env_var:
          content: |
            VAR1 = value_1
      - inject_passwords:
        - name: OS_PASSWORD
          value: some_encrypted_password
      - rvm: "`cat .ruby-version`@`cat .ruby-gemset`"
    publishers:
      - junit_result:
          test_results: 'out/**/*.xml'
      - git:
          push-merge: true
          push-only-if-success: false
      - coverage_result:
          report_dir: out/coverage/rcov
          total:
            healthy: 80
            unhealthy: 0
            unstable: 0
          code:
            healthy: 80
            unhealthy: 0
            unstable: 0

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jenkins_pipeline_builder-0.4.2 spec/unit_tests/fixtures/files/Job-Gem-Build.yaml
jenkins_pipeline_builder-0.4.0 spec/unit_tests/fixtures/files/Job-Gem-Build.yaml
jenkins_pipeline_builder-0.3.2 spec/unit_tests/fixtures/files/Job-Gem-Build.yaml
jenkins_pipeline_builder-0.3.1 spec/unit_tests/fixtures/files/Job-Gem-Build.yaml
jenkins_pipeline_builder-0.3.0 spec/unit_tests/fixtures/files/Job-Gem-Build.yaml