Skip to content

Instantly share code, notes, and snippets.

View rtyler's full-sized avatar

R. Tyler Croy rtyler

View GitHub Profile
Notice: Preparing to install into /usr/local/etc/puppet/modules ...
Notice: Downloading from https://forge.puppetlabs.com ...
Error: Could not connect via HTTPS to https://forge.puppetlabs.com
Unable to verify the SSL certificate
The certificate may not be signed by a valid CA
The CA bundle included with OpenSSL may not be valid or up to date
Failed tests:
DefaultConfidentialStoreTest.roundtrip:46 assert (new FilePath(tmp).mode()&0777) == 0700 // should be read only
| | | | |
| | 16804 420 false
| /usr/home/tyler/source/github/jenkins/core/target/hudson9161551075188111651tmp
/usr/home/tyler/source/github/jenkins/core/target/hudson9161551075188111651tmp
TarArchiverTest.permission:77 expected:<33261> but was:<33188>
Tests run: 3314, Failures: 2, Errors: 0, Skipped: 2
@rtyler
rtyler / gist:9198053
Last active August 29, 2015 13:56
mvn -Dtest=TarArchiverTest test
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Jenkins main module
[INFO] Jenkins CLI
[INFO] Jenkins core
@rtyler
rtyler / Gemfile.lock
Last active August 29, 2015 13:57
puppet module build
GEM
remote: https://rubygems.org/
specs:
blimpy (0.6.7)
fog
minitar
thor
builder (3.2.2)
diff-lcs (1.2.5)
excon (0.31.0)
@rtyler
rtyler / gist:9477052
Last active August 29, 2015 13:57
a jenkins plugin package provider for puppet.
node default {
include jenkins
# Fetch the update center when?
package {
'git-core' :
ensure => latest;
'git' :
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAueiy12T5bvFhsc9YjfLc3aVIxgySd3gDxQWy/bletIoZL8omKmzocBYJ7F58U1asoyfWsy2ToTOY8jJp1eToXmbD6L5+xvHba0A7djYh9aQRrFam7doKQ0zp0ZSUF6+R1v0OM4nnWqK4n2ECIYd+Bdzrp+xA5+XlW3ZSNzlnW2BeWznzmgRMcp6wI+zQ9GMHWviR1cxpml5Z6wrxTZ0aX91btvnNPqoOGva976B6e6403FOEkkIFTk6CC1TFKwc/VjbqxYBg4kU0JhiTP+iEZibcQrYjWdYUgAotYbFVe5/DneHMLNsMPdeihba4PUwt62rXyNegenuCRmCntLcaFQ== tyler@kiwi
@rtyler
rtyler / gist:9728980
Last active August 29, 2015 13:57
This (https://github.com/rtyler/jpm) is still in early development, but it's definitely looking promising!
ubuntu@ip-10-226-175-124:~$ jpm help
Commands:
jpm help [COMMAND] # Describe available commands or one specific command
jpm list # List the installed Jenkins plugins
jpm search TERM # Search for available plugins
jpm update # Update the local plugin repository meta-data
ubuntu@ip-10-226-175-124:~$ jpm search green
Loading plugin repository data...
@rtyler
rtyler / gist:9731769
Created March 23, 2014 23:59
The Jenkins Plugin Manager (https://github.com/rtyler/jpm) will now happily install plugins for you!
ubuntu@ip-10-226-175-124:~$ jpm help
Commands:
jpm help [COMMAND] # Describe available commands or one specific command
jpm install NAME # Install the named plugin
jpm list # List the installed Jenkins plugins
jpm search TERM # Search for available plugins
jpm update # Update the local plugin repository meta-data
Options:
[--offline], [--no-offline] # Use `jpm` in a fully offline mode
@rtyler
rtyler / gist:9733518
Last active August 29, 2015 13:57
This is a demonstration of the Jenkins Plugin Manager (https://github.com/rtyler/jpm) installing multiple plugins at once, and resolving dependencies!
ubuntu@ip-10-226-175-124:~$ sudo jpm install greenballs ansicolor
Loading plugin repository data...
Installing greenballs v1.14 ...
Installing ansicolor v0.3.1 ...
Green Balls v1.14, AnsiColor Plugin v0.3.1 will be loaded on the next restart of Jenkins!
ubuntu@ip-10-226-175-124:~$ sudo jpm install git-client
Loading plugin repository data...
[21:59:58] tyler:instant-elasticsearch git:(master*) $ vagrant up
Bringing machine 'elasticsearch1' up with 'aws' provider...
Bringing machine 'elasticsearch2' up with 'aws' provider...
Bringing machine 'elasticsearch3' up with 'aws' provider...
[fog][WARNING] Unable to load the 'unf' gem. Your AWS strings may not be properly encoded.
==> elasticsearch2: HandleBoxUrl middleware is deprecated. Use HandleBox instead.
==> elasticsearch1: HandleBoxUrl middleware is deprecated. Use HandleBox instead.
==> elasticsearch3: HandleBoxUrl middleware is deprecated. Use HandleBox instead.
==> elasticsearch3: This is a bug with the provider. Please contact the creator
==> elasticsearch3: of the provider you use to fix this.