forked from jenkins-infra/jenkins.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathruby.yml
40 lines (40 loc) · 1.32 KB
/
ruby.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
usecase: "Ruby"
color: '#C2322D'
dark: true;
blog_tags:
- ruby
articles:
-
- 'http://thediscoblog.com/blog/2014/01/24/continuous-delivery-for-heroku-with-jenkins/'
- 'Continuous Delivery for Heroku With Jenkins'
-
- 'https://atomic-penguin.github.io/blog/2014/04/29/stupid-jenkins-and-chef-tricks-part-1-rubocop/'
- 'Integrating Rubocop into Jenkins'
-
- 'http://www.cryptocracy.com/blog/2014/01/03/cooking-with-jenkins-test-kitchen-and-docker/'
- 'Cooking with Jenkins, Test Kitchen and Docker'
plugins:
-
- 'https://plugins.jenkins.io/junit'
- 'JUnit plugin'
- 'publishes XML formatted test reports (generated by tools like ci_reporter, cucumber) for trending and analysis'
-
- 'https://plugins.jenkins.io/brakeman'
- 'Brakeman plugin'
- 'incorporates the output from the Brakeman security scanner for Rails projects'
-
- 'https://plugins.jenkins.io/rake'
- 'Rake plugin'
- 'adds Rake invocation as a build step'
-
- 'https://plugins.jenkins.io/rubyMetrics'
- 'RubyMetrics plugin'
- 'reports for Jenkins. Rcov, Rails stats, Rails notes and Flog.'
-
- 'https://plugins.jenkins.io/rubymotion'
- 'RubyMotion plugin'
- 'build RubyMotion projects from within Jenkins'
-
- 'https://plugins.jenkins.io/cucumber-testresult-plugin'
- 'Cucumber Test Result plugin'
- 'integrate and report from Cucumber executions'