Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh plugin #141

Merged
merged 1 commit into from Sep 27, 2023
Merged

Refresh plugin #141

merged 1 commit into from Sep 27, 2023

Conversation

basil
Copy link
Member

@basil basil commented May 21, 2023

Conforming to the latest archetype.

@basil
Copy link
Member Author

basil commented May 21, 2023

Used my admin powers to replay the build with the Jenkinsfile changes here: https://ci.jenkins.io/job/Plugins/job/workflow-step-api-plugin/job/PR-141/2/

@basil basil requested a review from a team as a code owner September 27, 2023 15:57
@jglick jglick added the dependencies Pull requests that update a dependency file label Sep 27, 2023
@jglick jglick merged commit 2aa692a into jenkinsci:master Sep 27, 2023
14 checks passed
@@ -64,15 +64,15 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.289.1</jenkins.version>
<jenkins.version>2.387.3</jenkins.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bump causes MockCloudTest.inbound to fail: agents keep on being provisioned, but never used. (Regardless of the jenkins.version in mock-slave-plugin/pom.xml! Discovered by bisecting bom to jenkinsci/bom#2838 and so on.) This is true as of 2.357.

INFO: Could not locate server among [http://localhost:43027/jenkins/]; waiting 10 seconds before retry
java.io.IOException: http://localhost:43027/jenkins/tcpSlaveAgentListener/ appears to be publishing an invalid X-Instance-Identity.
	at org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver.resolve(JnlpAgentEndpointResolver.java:277)
	at hudson.remoting.Engine.innerRun(Engine.java:809)
	at hudson.remoting.Engine.run(Engine.java:563)

suggests jenkinsci/jenkins#6585 is involved; perhaps something weird with Maven dependency handling. Adding instance-identity as a test dep solves the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
2 participants