-
Notifications
You must be signed in to change notification settings - Fork 108
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
Require 2.357+, use instance-identity
as a plugin
#182
Conversation
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.
works for me.
I'm not sure of the value of adding this header in an email but 🤷
I suppose so you can set up mail filters to separate output by controller? Not really sure, but it has been here forever and there is no compelling reason to remove it. |
[ platform: "linux", jdk: "8", jenkins: null ], | ||
[ platform: "windows", jdk: "8", jenkins: null ], | ||
[ platform: "linux", jdk: "11", jenkins: null ] | ||
buildPlugin(useContainerAgent: true, configurations: [ |
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.
Unfortunately the Linux container agents are taking their sweet time to launch, it seems—while the VM agents launched quickly, and the Windows ACI agent also, the Linux K8s (I guess) agent (https://ci.jenkins.io/label/maven-17/) is still waiting. @dduportal known issue?
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 suspect the Kubernetes cluster is at capacity running BOM tests right now. But that should die down in an hour or so once the BOM tests finish.
Picking up jenkinsci/jenkins#6585. See jenkinsci/bom#895 (comment).