-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.rb
20 lines (18 loc) · 941 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name 'jenkins_integration_accelerator'
maintainer 'H. John Chiao'
maintainer_email '[email protected]'
license 'All Rights Reserved'
description 'Configures jenkins_pipeline_accelerator'
long_description 'The purpose for this repo is to build an example for Jenkin Pipeline with Jenkinsfile. An accelerator is to make our engagement more effective and efficient'
version '0.2.0'
chef_version '>= 13.0'
# The `issues_url` points to the location where issues for this cookbook are
# tracked. A `View Issues` link will be displayed on this cookbook's page when
# uploaded to a Supermarket.
#
# issues_url 'https://github.com/<insert_org_here>/jenkins_integration_accelerator/issues'
# The `source_url` points to the development repository for this cookbook. A
# `View Source` link will be displayed on this cookbook's page when uploaded to
# a Supermarket.
#
# source_url 'https://github.com/<insert_org_here>/jenkins_integration_accelerator'