-
Notifications
You must be signed in to change notification settings - Fork 237
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
Forward compatibility for tippy #759
Conversation
6ea59cb
to
5d6c790
Compare
Could someone take a look who has more experience with the ATH pipeline? I don't really see why it would fail, if I fire it up locally it starts well |
Started with #760 and running the master branch |
Master seems to work, PRs are broken |
It seems to be the This can be trivially reproduced by creating a multibranch pipeline pointing at https://github.com/jenkinsci/acceptance-test-harness/ acceptance-test-harness/Jenkinsfile Line 22 in 279a458
|
Reverting jenkinsci/parallel-test-executor-plugin#169 fixes it |
will be fixed by jenkinsci/parallel-test-executor-plugin#186 I'll replay your build with a workaround |
Looks like a legit failure @janfaracik see it's trying to make this xhr request: Clicking the add button does nothing when creating a credential on the new agent screen for ssh build agents |
Hmm not working on Edit: This button was disabled before https://github.com/jenkinsci/credentials-plugin/pull/296/files#diff-a6d35332a3ba531cc756b08e0da0ff4257999e54efc1288c47ebdcff6033d441L152, not sure if it's actually intended to be enabled and removing the |
@janfaracik Reverting that change doesn't seem to fix it. @NotMyFault any ideas? I'll keep poking at it a bit more but don't have much more time atm |
Seems this is a core bug introduced in 2.344, 2.343 on latest credentials plugin is fine |
bisected to jenkinsci/jenkins#6464. |
9e83ac2
to
05c6476
Compare
05c6476
to
c6f6acc
Compare
Matrix auth plugin seems to be broken with this change, it doesn't add new rows, cc @janfaracik |
This branch fixes row adding but tooltips don't seem to be working: |
Opened a fix for that here - jenkinsci/matrix-auth-plugin#120 - thanks! |
Doesn't seem to be a way to test here with non released plugins easily 😢 |
Needs review:
|
Opened a fix here #795 |
jenkinsci/jenkins#6408