Skip to content

Instantly share code, notes, and snippets.

View MarkEWaite's full-sized avatar

Mark Waite MarkEWaite

View GitHub Profile
@MarkEWaite
MarkEWaite / gist:42b0f2cd3fdffb65e0d8c25c44a1f85c
Created September 15, 2017 00:24
JENKINS-46754 ed25519 credential hunter groovy stack trace
The SSH key (id: beemarkwaite-debian9-a-ed25519-private-key-with-passphrase) may cause failures with this upgrade!
described as: "beemarkwaite debian9-a ed25519 private key with passphrase"
(in the global scope)
The SSH key (id: coleen-debian9-a-ed25519-passphrase-protected) may cause failures with this upgrade!
described as: "coleen-debian9-a-ed25519-passphrase-protected"
(in the global scope)
java.lang.NullPointerException: Cannot get property 'credentials' on null object
at org.codehaus.groovy.runtime.NullObject.getProperty(NullObject.java:60)
at org.codehaus.groovy.runtime.InvokerHelper.getProperty(InvokerHelper.java:174)
@MarkEWaite
MarkEWaite / git-client-plugin-2.0.0-beta4.log
Created August 21, 2016 04:14
git-client-plugin 2.0.0-beta4 end of build log
[INFO] Installing /home/mwaite/tmp/release/git-client-plugin/target/checkout/target/git-client.hpi to /home/mwaite/.m2/repository/org/jenkins-ci/plugins/git-client/2.0.0-beta4/git-client-2.0.0-beta4.hpi
[INFO] Installing /home/mwaite/tmp/release/git-client-plugin/target/checkout/pom.xml to /home/mwaite/.m2/repository/org/jenkins-ci/plugins/git-client/2.0.0-beta4/git-client-2.0.0-beta4.pom
[INFO] Installing /home/mwaite/tmp/release/git-client-plugin/target/checkout/target/git-client.jar to /home/mwaite/.m2/repository/org/jenkins-ci/plugins/git-client/2.0.0-beta4/git-client-2.0.0-beta4.jar
[INFO] Installing /home/mwaite/tmp/release/git-client-plugin/target/checkout/target/git-client-sources.jar to /home/mwaite/.m2/repository/org/jenkins-ci/plugins/git-client/2.0.0-beta4/git-client-2.0.0-beta4-sources.jar
[INFO] Installing /home/mwaite/tmp/release/git-client-plugin/target/checkout/target/git-client-javadoc.jar to /home/mwaite/.m2/repository/org/jenkins-ci/plugins/git-client/2.0.0-beta4/git-cl
@MarkEWaite
MarkEWaite / merge-job-config.xml
Created January 26, 2015 03:50
Jenkins git client plugin merge job - merges to sourceforge and google code
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description>Merge jenkinsci git-client-plugin master branch to my git-client-plugin.git master branch</description>
<logRotator class="hudson.tasks.LogRotator">
<daysToKeep>-1</daysToKeep>
<numToKeep>15</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep>
</logRotator>