-
Notifications
You must be signed in to change notification settings - Fork 74
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
Update baseline to 2.414.x #515
Conversation
[ platform: "linux", jdk: "11"], | ||
[ platform: "linux", jdk: "17"], | ||
[ platform: "windows", jdk: "11"] | ||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated from archetypes
.
<artifactId>bom-2.361.x</artifactId> | ||
<version>2102.v854b_fec19c92</version> | ||
<artifactId>bom-2.414.x</artifactId> | ||
<version>2839.v003b_4d9d24fd</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also currently latest BOM for this line.
Not sure what is causing the |
@@ -91,7 +96,7 @@ public void addContentsRunningBuild() throws Exception { | |||
WorkflowRun workflowRun = Optional.ofNullable(p.scheduleBuild2(0)) | |||
.orElseThrow(AssertionFailedError::new) | |||
.waitForStart(); | |||
j.waitForMessage("Running on", workflowRun); | |||
SemaphoreStep.waitForStart("wait/1", workflowRun); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cloudbees internal reference: BEE-41313
SemaphoreStep.success("wait/1", null); | ||
j.waitForCompletion(workflowRun); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BEE-46597
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests | ||
configurations: [ | ||
[platform: 'linux', jdk: 21], | ||
[platform: 'windows', jdk: 17], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am still baffled why this is the recommended setting. From a cost perspective sure. But I believe there should at least be one combination where just one variable is different.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not the place to discuss it; just copying the Jenkinsfile
from archetypes
.
The oldest suggested baseline according to https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/#currently-recommended-versions