-
Notifications
You must be signed in to change notification settings - Fork 249
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
Fix PCT failures past 2.281 #419
Conversation
res0nance
commented
May 18, 2021
- JENKINS issue(s):
- N/A
- Description:
- Fixed PCT failures see Initialize new LTS line (2.289) bom#511
- Documentation changes:
- No docs needed
- Users/aliases to notify:
- @bitwiseman
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.
Sorry, one question.
@@ -150,12 +152,12 @@ public void simpleInput() throws Exception { | |||
|
|||
// TODO: Remove once we move to a baseline of 2.90 or later |
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.
@res0nance
We've moved to a baseline way past 2.90. Should this be removed?
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.
Let me reword it
Seems the build failure is related to infra issues, if someone could trigger the build that would be nice :) |
Another infra issue it seems:
|
Poke: This passes. |
@bitwiseman ping |
@bitwiseman @car-roll @dwnusbaum can we get a release please? |
Will do. |
Hello, I came here from the release notes - what exactly is PCT? |
A tool for testing plugin compatibility against other plugins and newer Jenkins core version, a compatibility break in tests was picked up from a Jenkins core change which required test fixes here. |
A search on jenkins-ci org reveals this: https://github.com/search?q=org%3Ajenkinsci+pct&type=source |