This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
daemon off; | |
worker_processes 2; | |
pid /run/nginx.pid; | |
worker_rlimit_nofile 523264; | |
worker_shutdown_timeout 10s ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error building Git commit spool upload data for remote 'https://github.com/MarkEWaite/jenkins-bugs-private'. | |
com.cloudbees.devoptics.deliver.jenkins.MultiException: transfer failed with multiple-causes | |
java.io.EOFException | |
at java.base/java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:3062) | |
at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1561) | |
at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:430) | |
at com.cloudbees.devoptics.deliver.gcgs.CommitSpoolBuilder.read(CommitSpoolBuilder.java:150) | |
at com.cloudbees.devoptics.deliver.gcgs.CommitSpoolBuilder.lambda$build$0(CommitSpoolBuilder.java:109) | |
at com.cloudbees.devoptics.deliver.jenkins.AbstractRemoteAgentExecutor.transfer(AbstractRemoteAgentExecutor.java:50) | |
at com.cloudbees.devoptics.deliver.gcgs.CommitSpoolBuilder.build(CommitSpoolBuilder.java:106) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.cloudbees.jenkins.plugins.sshcredentials.impl.* | |
import com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.DirectEntryPrivateKeySource | |
import com.cloudbees.plugins.credentials.* | |
import com.cloudbees.plugins.credentials.domains.* | |
import com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl | |
String username = System.getenv('JENKINS_ADMIN_USER') ?: 'adminuser' | |
String password = System.getenv('JENKINS_ADMIN_PASSWORD') ?: 'adminpassword' | |
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ace-editor:1.1 | |
analysis-core:1.96 | |
analysis-model-api:7.0.1 | |
ant:1.10 | |
antisamy-markup-formatter:1.6 | |
apache-httpcomponents-client-4-api:4.5.10-2.0 | |
async-http-client:1.9.40.0 | |
audit-trail:2.5 | |
authentication-tokens:1.3 | |
badge:1.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.1' encoding='UTF-8'?> | |
<project> | |
<actions/> | |
<description><a href="https://issues.jenkins-ci.org/browse/JENKINS-60564">JENKINS-60564</a> requests optional rebase before push to remote</description> | |
<keepDependencies>false</keepDependencies> | |
<properties> | |
<hudson.plugins.jira.JiraProjectProperty plugin="[email protected]"> | |
<siteName>https://issues.jenkins-ci.org/</siteName> | |
</hudson.plugins.jira.JiraProjectProperty> | |
<hudson.plugins.buildblocker.BuildBlockerProperty plugin="[email protected]"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 302 Found | |
Date: Wed, 29 Apr 2020 16:37:36 GMT | |
Server: Apache/2.4.29 (Ubuntu) | |
X-MirrorBrain-Mirror: ftp-nyc.osuosl.org | |
X-MirrorBrain-Realm: country | |
Link: <http://mirrors.jenkins-ci.org/debian/jenkins_2.232_all.deb.meta4>; rel=describedby; type="application/metalink4+xml" | |
Link: <http://ftp-nyc.osuosl.org/pub/jenkins/debian/jenkins_2.232_all.deb>; rel=duplicate; pri=1; geo=us | |
Link: <http://ftp-chi.osuosl.org/pub/jenkins/debian/jenkins_2.232_all.deb>; rel=duplicate; pri=2; geo=us | |
Link: <http://mirror.xmission.com/jenkins/debian/jenkins_2.232_all.deb>; rel=duplicate; pri=3; geo=us | |
Link: <http://mirror.serverion.com/jenkins/debian/jenkins_2.232_all.deb>; rel=duplicate; pri=4; geo=ae |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\J\TL\workspace\der_git-client-pipeline_gsoc-jmh>mvn --batch-mode --show-version --errors -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn test -P jmh-benchmark | |
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) | |
Maven home: C:\Users\MarkE\tools\apache-maven-3.6.3\bin\.. | |
Java version: 1.8.0_252, vendor: AdoptOpenJDK, runtime: C:\Users\MarkE\tools\jdk8u252-b09\jre | |
Default locale: en_US, platform encoding: Cp1252 | |
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" | |
[INFO] Error stacktraces are turned on. | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] -----------------< org.jenkins-ci.plugins:git-client >------------------ |
OlderNewer