Sha256: 3d00b7473d6883059a6ce0345e9fea104f6449537ef4432424a5f258f6658278
Contents?: true
Size: 713 Bytes
Versions: 71
Compression:
Stored size: 713 Bytes
Contents
- job: name: '{{name}}-Commit' scm_provider: git scm_url: https://github.com/constantcontact/jenkins_pipeline_builder.git scm_branch: master scm_params: excluded_users: buildmaster shell_command: '. commit_build.sh' triggers: - scm_polling: 'H/5 * * * *' wrappers: - timestamp: true - ansicolor: true - rvm: "`cat .ruby-version`" publishers: - junit_result: test_results: 'out/**/*.xml' - coverage_result: report_dir: out/coverage/rcov total: healthy: 80 unhealthy: 0 unstable: 0 code: healthy: 80 unhealthy: 0 unstable: 0
Version data entries
71 entries across 71 versions & 1 rubygems