Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voxpupuli/puppet-jenkins

Puppet module for Jenkins
https://github.com/voxpupuli/puppet-jenkins

Add a placeholder for the puppet-jenkins module on openSUSE

1b8f067f4318fbd7c3b7bfddf1eff72ec7cebe15 authored almost 13 years ago by R. Tyler Croy <[email protected]>
Enable the jenkins service resource across the board

7f6c15ae2eca44831a6e54c5d2d0b91257f59d11 authored almost 13 years ago by R. Tyler Croy <[email protected]>
Update the README with the fancy new resouce

f11aa86d208f57f5e099eb692bf78cf42f6c9d2d authored almost 13 years ago by R. Tyler Croy <[email protected]>
I clearly tested this

804b0dfc52b853f15f06bea415e3041657d22dc6 authored almost 13 years ago by R. Tyler Croy <[email protected]>
Add a cleaner interface for installing plugins: jenkins::plugin { 'git' : ; }

8de94cd62f0c260419d0e67d881987480f05a1d1 authored almost 13 years ago by R. Tyler Croy <[email protected]>
Use the implicit $name variable in the install-jenkins-plugin resource

af3a5ac087fa89d93313109c4fac9fc344c1899e authored almost 13 years ago by R. Tyler Croy <[email protected]>
Add a Gemfile for easily bootstrapping a gemset

ace2ba9f063fcc3170ab914dbb5d9056218e92e2 authored almost 13 years ago by R. Tyler Croy <[email protected]>
Tidy up the Rakefile a bit to use the RSpec rake task

cb12a000c37d63faba7550e659106c9a957babc9 authored almost 13 years ago by R. Tyler Croy <[email protected]>
Specify that we depend on the stdlib, not always assumed in some setups

6e3f1c760e5131e6d05fe0206cb859a8596d74e1 authored almost 13 years ago by R. Tyler Croy <[email protected]>
Merge pull request #2 from rafaelfelix/patch-1

preventing install-jenkins-plugin resource to fail due to

95c29693aaebe1cf56a00cb95d8888ba779030e4 authored about 13 years ago by R. Tyler Croy <[email protected]>
preventing install-jenkins-plugin resource to fail due to

/var/lib/jenkins not existing

95ca53e992361945a8678b909afd14052ef82e26 authored about 13 years ago by Rafael Felix Correa <[email protected]>
Merge pull request #1 from jeffmccune/feature/master/centos_support

Add CentOS support and RSpec unit tests

0248414df43b474eae7ed6c6ed601ef50efa8f5d authored about 13 years ago by R. Tyler Croy <[email protected]>
Add LICENSE under Apache 2.0

I emailed R. Tyler Croy [email protected] and he's agreed to license
the module under Apache 2...

ee7372893dca11cef087a78e8e049fdf20e0b521 authored about 13 years ago by Jeff McCune <[email protected]>
Add rspec tests, README, and Rakefile

Without this patch no behavior tests exist for the Jenkins module. This
patch lays the foundati...

96e981da1cd94629e4b6e0dee3332af0fe24640d authored about 13 years ago by Jeff McCune <[email protected]>
Add jenkins::git inert class by default

This change changes the jenkins module to define a new jenkins::git
class. The new jenkins::git...

3ca46869fdf9afbadbde8e76d724facc90c1e605 authored about 13 years ago by Jeff McCune <[email protected]>
Add service resource to jenkins module

Without this patch the jenkins module doesn't actually bring up the
service. This patch fixes t...

36286ede08158519b2a4a5f31f94937c5f0bbd79 authored about 13 years ago by Jeff McCune <[email protected]>
(maint) Add Modulefile for puppet-module tool and forge

Without this patch, no module metadata file exists. This makes using
the module with the puppet...

a4293b29d1a1e4b37993f283dbb8d15db485d3da authored about 13 years ago by Jeff McCune <[email protected]>
(maint) Ignore pkg/* tmp/* and README.pdf in VCS

Without this patch, files created by the puppet-module build command
remain in the working copy ...

e932188a3034fb717f83fe59feeae985b361a300 authored about 13 years ago by Jeff McCune <[email protected]>
Add jenkins-ci.org YUM repo GPG Key

Without this patch the jenkins module has basic support for CentOS 5 but
cannot verify GPG signa...

f632dc6af09267856000d535f3f0eed48dde1795 authored about 13 years ago by Jeff McCune <[email protected]>
Add basic CentOS support

Without this patch applied, the module only works with debian based
systems. On a CentOS 5 syst...

ae51c5d5d9c057a9aa2ad36ad563918ab80e9e57 authored about 13 years ago by Jeff McCune <[email protected]>
Ensure that the plugins directory remains under the ownership of the jenkins user

226ceb2524f2ae91e6fab1ebcad10a64d7ade1cc authored about 13 years ago by R. Tyler Croy <[email protected]>
Document how to use the module a bit

a4e841cf6afedb2b5fb80d264d86f0de73b7008c authored about 13 years ago by R. Tyler Croy <[email protected]>
Ensure that the plugin directory is actually a directory

e4bc8e9bfabb555a59bfd1194e0fb82928eca574 authored about 13 years ago by R. Tyler Croy <[email protected]>
Fix a couple bugs to allow for multiple plugin installations at the same time

0c5e9cdb69a7bf71e07269a18a4eae77be68def8 authored about 13 years ago by R. Tyler Croy <[email protected]>
Avoid re-running the apt-get update unless we need to install the apt key

f99e42d55d104698e74be3dc871741656fc286af authored about 13 years ago by R. Tyler Croy <[email protected]>
Add the install-jenkins-plugin command

This should allow you to puppet the installation of the /latest/ plugin, unless
you specify the ...

cfed47a0adb2a229915b1017723c2903065fe674 authored about 13 years ago by R. Tyler Croy <[email protected]>
Whoops

7e93d681a6c82c26cbef759923fade7fa1f8763e authored about 13 years ago by R. Tyler Croy <[email protected]>
Add a first cut at a re-usable jenkins puppet module

2f85a373360f155105b0dc2a7612623e92c7d2e1 authored about 13 years ago by R. Tyler Croy <[email protected]>
Add the Jenkins module, very hardcoded towards debian/ubuntu right now

8dc99c09077431a3f7189ac9f21d8e8305f3873c authored about 13 years ago by R. Tyler Croy <[email protected]>
Initial commit

c69667a8b71483c13909d9576cb0552a08f122e5 authored about 13 years ago by R. Tyler Croy <[email protected]>