Re: Bitbucket push-hook freeze on git rev-list (for some users)

2018-02-08 Thread Michael Neale
Right, they are problematic in many ways, this one seems quite serious and also surprising. 2.5.1 was blacklisted from the UC, and I downgraded and instance of mine and so far so good, so I think that is the problem. On Friday, February 9, 2018 at 12:24:51 AM UTC+11, Mark Waite wrote: > > As

Re: Multibranch Project Parameterized Drop-down?

2018-02-08 Thread pisymbol
On Thursday, February 8, 2018 at 3:02:16 PM UTC-5, pisymbol wrote: > > How do I add build parameters to a multibranch project that is a drop down > menu? > > I can't find an example anyway and I know there has to be a way to do > this! :-) > > I was hoping some kind soul can give a DSL and/or

Re: How to keep a running docker container after a build fails?

2018-02-08 Thread Victor Martinez
As you mentioned the lifecycle of the docker container with the step 'withDockerContainer' is well defined and doesn't allow to keep it alive. So i was assuming the docker.inside might help you to keep the container alive, but I was wrong: the docker.inside step removes the container while the

ReverseProxyAuth not working anymore

2018-02-08 Thread Ivan Fernandez Calvo
If you use Apache httpd in front of Jenkins check that your config looks like this one ProxyPreserveHost On ProxyRequests Off AllowEncodedSlashes NoDecode Timeout 5400 ProxyTimeout 5400 Order deny,allow Allow from all

Restrict users from using directives in Jenkinsfile

2018-02-08 Thread Dmytro Kryvenko
Hi, I've put together a library that enables some custom syntax in my Jenkinsfile such as myPipeline('java-maven') { jdkVersion '8' foo 'bar' } Hi, I've put together a library that enables some custom syntax in my Jenkinsfile such as: myPipeline('java-maven') { jdkVersion '8' foo

Multibranch Project Parameterized Drop-down?

2018-02-08 Thread pisymbol
How do I add build parameters to a multibranch project that is a drop down menu? I can't find an example anyway and I know there has to be a way to do this! :-) I was hoping some kind soul can give a DSL and/or Groovy script syntax example. Thanks! -aps -- You received this message

Re: Java heap space

2018-02-08 Thread Ullrich Hafner
How many warnings do you have? > Am 08.02.2018 um 18:01 schrieb Consult Hyperion * : > > I keep getting this on a job - the worker is fine with other jobs: > > [WARNINGS] Parsing warnings in console log with parser MSBuild > Skipping warnings blame since Git is the only

Java heap space

2018-02-08 Thread Consult Hyperion *
I keep getting this on a job - the worker is fine with other jobs: [WARNINGS] Parsing warnings in console log with parser MSBuild Skipping warnings blame since Git is the only supported SCM up to now.%n FATAL: Java heap space java.lang.OutOfMemoryError: Java heap space at

Unable to install RTC Build toolkit in My jenkins server

2018-02-08 Thread nagaraju arigela
Hi Team, I am not able to install RTC Build toolkit on my Jenkins server and not able to give home location path for RTC Build toolkit. Please help me on that Thank you Nagaraj -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: How to keep a running docker container after a build fails?

2018-02-08 Thread pisymbol
On Thursday, February 8, 2018 at 5:37:05 AM UTC-5, Victor Martinez wrote: > > Just an idea, you have tried with the docker.inside syntax? ( > https://jenkins.io/doc/book/pipeline/docker/#running-sidecar-containers) > It might give you the chance to debug it somehow. > > What's the difference

Re: No credentials/secrets pulled from master into PodTemplate/ContainerTemplate by Jenkins Kubernetes Plugin during pipeline execution?

2018-02-08 Thread Carlos Sanchez
"timed out waiting for server" means the pod can't connect to your svn server On Thu, Feb 8, 2018 at 1:49 AM, Dan Leshc wrote: > Hi, > > i have v1.2 of Kubernetes plugin, but checkout still fails -- apparently > due to not finding credentials -- when i point at any node other

Any experience how vagrant + virtual box + jenkins perform in the cloud?

2018-02-08 Thread Thomas Baumann
Recently, I tried virtualising a jenkins instance in my company, meaning jenkins should go into some KVM domain. Well, jenkins itself ran just fine under these conditions, but virtual box did not perform very well. We made sure all nested virtualisation options were set correctly. The jenkins

ReverseProxyAuth not working anymore

2018-02-08 Thread Laurent Martelli
Hi, I've upgrade from 2.14 to 2.105, and all of a sudden, ReverseProxyAuth does jot work anymore. Users appear anonymous to Jenkins unless they go to a URL not allowed to anonymous, where they are asked to login, and then they are appear as logged in. I have configurer the logs to see

Re: No credentials/secrets pulled from master into PodTemplate/ContainerTemplate by Jenkins Kubernetes Plugin during pipeline execution?

2018-02-08 Thread Dan Leshc
Hi, i have v1.2 of Kubernetes plugin, but checkout still fails -- apparently due to not finding credentials -- when i point at any node other than the master. any pointers as to what i am doing wrong or how to workaround the issue? thanks, dan pipeline: podTemplate( label: 'svntest',

Re: Bitbucket push-hook freeze on git rev-list (for some users)

2018-02-08 Thread Mark Waite
As far as I can tell, the Jira dependencies are that powerfully bad. The initial report of JENKINS-43106 is months before the release of Jira plugin 2.5.1. I believe there is a real bug in that area which is independent of Jira plugin 2.5.1, but downgrading from Jira plugin 2.5.1 to Jira plugin

Re: How to keep a running docker container after a build fails?

2018-02-08 Thread Victor Martinez
Just an idea, you have tried with the docker.inside syntax? (https://jenkins.io/doc/book/pipeline/docker/#running-sidecar-containers) It might give you the chance to debug it somehow. Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.