On 23 June 2017 at 17:24, Mark Waite <[email protected]> wrote:
> I see duplicate entries in the "Add' configuration of the Bitbucket source > for "Checkout over ssh". Let me know if you need steps to see that. > Shouldn't... may just be a bug in the drop down populator when you have GitHub and Bitbucket > > I also wonder if the text "General", "Git" and "Bitbucket" should be > italicized, or bold, or separated with dashes, or something, so that the > user has a concept that things will be appearing under them. They seem to > be standard text currently, and it wasn't obvious to me that they were > categories into which settings would be placed. > Cannot style the drop-down menu without significant JS changes that risk affecting form binding. > > Mark Waite > > > On Friday, June 23, 2017 at 9:58:52 AM UTC-6, Mark Waite wrote: >> >> The UI experience has been great for me in the two or three places where >> I've used it. I was a little surprised (and pleased) with the adaptation >> that the local branch setting is now a toggle. I think that's the right >> approach, since (as far as I can tell) that is the 99% use case. >> >> Earlier I reported an NPE when configuring a multi-branch pipeline that >> uses GitHub as source instead of Git as source. The NPE was resolved by >> removing the multiple-scms plugin. Unfortunately, the 404 is still there, >> along with a stack trace that starts with this: >> >> Jun 23, 2017 9:51:38 AM hudson.ExpressionFactory2$JexlExpression evaluate >> WARNING: Caught exception evaluating: >> descriptor.calcFillSettings(field,attrs) >> in /job/Git-Client-Folder/job/git-client-pipeline-github/configure. >> Reason: java.lang.IllegalStateException: class >> org.jenkinsci.plugins.github_branch_source.GitHubSCMSource$DescriptorImpl >> doesn't have the doFillCredentialsIdItems method for filling a drop-down >> list >> java.lang.IllegalStateException: class org.jenkinsci.plugins.github_b >> ranch_source.GitHubSCMSource$DescriptorImpl doesn't have the >> doFillCredentialsIdItems method for filling a drop-down list >> at hudson.model.Descriptor.calcFillSettings(Descriptor.java:412) >> at sun.reflect.GeneratedMethodAccessor578.invoke(Unknown Source) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe >> thodAccessorImpl.java:43) >> at java.lang.reflect.Method.invoke(Method.java:498) >> at org.apache.commons.jexl.util.introspection.UberspectImpl$Vel >> MethodImpl.invoke(UberspectImpl.java:258) >> at org.apache.commons.jexl.parser.ASTMethod.execute(ASTMethod.java:104) >> at org.apache.commons.jexl.parser.ASTReference.execute(ASTRefer >> ence.java:83) >> at org.apache.commons.jexl.parser.ASTReference.value(ASTReferen >> ce.java:57) >> at org.apache.commons.jexl.parser.ASTReferenceExpression.value( >> ASTReferenceExpression.java:51) >> at org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionIm >> pl.java:80) >> at hudson.ExpressionFactory2$JexlExpression.evaluate(Expression >> Factory2.java:74) >> at org.apache.commons.jelly.parser.EscapingExpression.evaluate( >> EscapingExpression.java:24) >> at org.apache.commons.jelly.impl.ExpressionScript.run(Expressio >> nScript.java:66) >> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) >> >> I'm not sure how to provide a repeatable condition for that bug yet, but >> wanted to alert you about it. I won't investigate further on it until >> after the end of the working day today. >> >> Mark Waite >> >> On Friday, June 23, 2017 at 7:32:54 AM UTC-6, Stephen Connolly wrote: >>> >>> How do you find the new UI compared with the previous one? >>> >>> -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-dev/c2e110d7-f929-461d-8595-273e8e543d89% > 40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/c2e110d7-f929-461d-8595-273e8e543d89%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BnPnMz3HsWzoaL6FfOQV0zX4SBDXd%3Dg44ppaZt3feojkzet8A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
