Sha256: 6367cb0f5fe4c8c3c8d30c61a0fb4b576b90de56e89e7781f2f246579a5c289d
Contents?: true
Size: 1.14 KB
Versions: 3
Compression:
Stored size: 1.14 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 properties: foo=bar - 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
3 entries across 3 versions & 1 rubygems