-
Notifications
You must be signed in to change notification settings - Fork 64
Try running with latest PCT #659
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
Conversation
|
Something weird in https://ci.jenkins.io/job/Tools/job/bom/job/PR-659/1/pipeline-console/?selected-node=263 and something else in https://github.com/jenkinsci/bom/pull/659/checks?check_run_id=3733673007 seems to reproduce the need for jenkinsci/plugin-compat-tester#276: |
|
if dashboard is the only plugin with this issue why not just fix that plugin instead of creating an hack? |
|
TBD if only |
|
Hmm, |
|
850f995 might have broken |
|
Well, maybe it does still work, just more slowly. |
from what i remember it's not a hack as such, the configuration as code plugin and test harness are not correctly update by PCT, only the plugin is updated and not the test harness. It creates a nightmare when they aren't updated together. not such an issue now while there's not many changes but still has been a huge pain before |
|
Perplexed by why https://ci.jenkins.io/job/Tools/job/bom/job/PR-659/2/testReport/hudson.plugins.view.dashboard/ConfigurationAsCodeTest/ would be passing against the latest line yet failing against the oldest line. The Jenkins version should not make any difference, and we are using the same |
|
There is also a PCT regression affecting |
|
In sum, there are at least three PCT bugs visible in this project:
|
Regarding |
prep.sh
Outdated
|
|
||
| # TODO find a way to encode this in some POM so that it can be managed by Dependabot | ||
| version=0.5.1-rc1066.9cfd30140d30 # TODO https://github.com/jenkinsci/plugin-compat-tester/pull/276 | ||
| version=0.5.1-rc1106.47640a4e521e |
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.
| version=0.5.1-rc1106.47640a4e521e | |
| version=0.5.1 |
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.
We still need jenkinsci/plugin-compat-tester#276, or something like it.
Co-authored-by: Ildefonso Montero <[email protected]>
|
jenkinsci/plugin-compat-tester#320 ought to speed things up a bit. |
Fixes #657. Going to see what, if anything, jenkinsci/plugin-compat-tester#276 was actually needed for. Also wondering if jenkinsci/plugin-compat-tester#299 or other recent changes will break things.