Sha256: 9bc637fa0d1b90b958f7c227023b795a0459403c7ec152139b0b228a4c247365
Contents?: true
Size: 1.08 KB
Versions: 3
Compression:
Stored size: 1.08 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: excuded_users: user shell_command: 'run.sh' triggers: - scm_polling: 'H/5 * * * *' wrappers: - ansicolor: true - artifactory: url: 'https://artifactory.com/artifactory' artifactory-name: 'key' target-repo: gems-local publish: 'pkg/*.gem' publish-build-info: true - inject_env_var: > 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
3 entries across 3 versions & 1 rubygems