can't trigger remote buildWithParameters to save my life

2016-05-10 Thread Sorin
ate center names are different from Wiki plugin names) but there's no plugin with a similar-sounding name available in the update center. I'm so very stuck... halp!!! Many thanks, Sorin -- You received this message because you are subscribed to the Google Groups "Jenkins Users&qu

disabled project can be triggered remotely

2016-06-23 Thread Sorin
Is this the way it's expected to work? I disable the project in Jenkins GUI but the remote SVN trigger has no problem starting a build when I checkin. I thought disabled means disabled... but seems I'm wrong. Thanks for any clarification! Sorin -- You received this message becau

what is it doing at startup?

2016-06-24 Thread Sorin
). I don't think it's related with today's update site problems as my machine doesn't have access to the internet. Thank you! Sorin Jun 24, 2016 5:55:22 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons INFO: P

Re: Custom login screen message

2012-07-17 Thread Sorin Sbarnea
The System Message does not appear to the login page and if you allow access to jenkins only to logged users, they will see only the login page.

Re: Custom login screen message

2012-07-16 Thread Sorin Ionuț Sbârnea
Is there a solution for this? /thanks On Friday, July 15, 2011 1:53:58 PM UTC+1, Martin B. wrote: > > Hi all! > > I have disabled anonymous access to our Jenkins instance. > Is it somehow possible to display a custom message on the login screen > when not logged in? > > >

Re: LDAP very slow

2012-07-30 Thread Sorin Ionuț Sbârnea
I am wondering if you've found an workaround, this bug makes AD binding almost useless in Jenkins. On Tuesday, November 22, 2011 6:47:24 PM UTC, Maven User wrote: > > Hi all - > > I think we're having a similar issue to: > > https://issues.jenkins-ci.org/browse/JENKINS-4895 > > >

Re: [Jenkins][BlueOcean] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile

2018-01-21 Thread Sorin Ionuț Sbârnea
While I can confirm that compilation works after assuring that mvn is using the Java 8 and not Java 9, the question is still valid... why on 2018 we are still unable to compile jenkins plugins using the current stable version of Java (1.9). The problem seems to be specific to annotations/hudson

Re: Multiple multibranch pipeline builds from a single repo

2017-07-12 Thread Sorin Ionuț Sbârnea
I am still looking for this because the use of JJB is a productivity killer but I didn't find an answer yet. I did asked the same question at https://stackoverflow.com/questions/45054290/how-to-manage-multiple-jenkins-pipelines-from-a-single-repository hoping that this will allow us to find a

Are pipelines incompatible with local developer builds?

2016-08-19 Thread Sorin Ionuț Sbârnea
I do like Jenkins pipelines and the fact that now we can control Jenkins jobs via an inside repository file. I also love the looks of the upcoming Blue Ocean interface and I can't wait to see it as default interface. Now, the reality is that there is a serious problem which seems to be ignored

Re: Multiple pipelines in Jenkinsfile

2016-10-03 Thread Sorin Ionuț Sbârnea
Did you finish your implementation? Groovy is far from being my native language and it would be really helpful if you could share a snippet that is doing the subdirectory Jenkinsfile discovery and loading. On Thursday, July 21, 2016 at 1:43:18 AM UTC+1, slide wrote: > > The way I am planning on