Re: Jenkins crashes with "Illegal character 0x0 for HttpChannelOverHttp" - Why?

2017-08-23 Thread R. Tyler Croy
(replies inline) On Fri, 10 Feb 2017, daniel.seeba...@gmail.com wrote: > Hi, > > - Ubuntu 16.04.1 > - Jenkins 2.32.2 > > Since a few days I see crashes on Jenkins: (/var/log/jenkins/jenkins.log*)* > > Feb 10, 2017 12:15:09 AM hudson.security.csrf.CrumbFilter doFilter > WARNING: No valid crumb

Multijob out of memory issues

2017-08-23 Thread Shashank Bhargav
Hi All, We are facing serious out of memory errors with Multi job project. Configuration contains the following : 1. Parameterized build 2. Multi job Phase 3. Inject passwords to the build as environment variables 4. Set Jenkins user build variables 5. Editable Email notification All of these

Re: Upgrade Jenkins, or not ?

2017-08-23 Thread Ryan Campbell
If you are still on 1.609, you are likely vulnerable to wide array of security issues. Suggest that you use a restored backup to test the upgrade and see what the issues are, if any. On Wed, Aug 23, 2017, 5:01 PM Mark Waite wrote: > With that age of a system, I'd either leave it alone or replac

Re: Jenkins pipeline parallel execution for different nodes on both Declarative and Scripted

2017-08-23 Thread jothibasu k
I like to add stackoverflow questions also, in the below two questions in one they are saying it doable in Declarative and another saying you need to wrap it with script {} block. which one i we need to follow. https://stackoverflow.com/questions/44585619/parallel-jenkins-pipeline https://stac

Jenkins pipeline parallel execution for different nodes on both Declarative and Scripted

2017-08-23 Thread jothibasu k
I understand the basic difference between the Declarative and scripted pipeline in Jenkins 2.0. when I try to implement the parallel deployment on different nodes, it seems declarative is not working I guess. Question 1. can you please confirm running the parallel task in the different

Re: Upgrade Jenkins, or not ?

2017-08-23 Thread Mark Waite
With that age of a system, I'd either leave it alone or replace it with a new Jenkins version. I wouldn't attempt to upgrade it "in place". If you decide to not leave it alone, refer to the https://jenkins.io/doc/upgrade-guide/ and realize that you're moving across a 2 year gap and a major versio

Re: FindBugs Plugin issue with scripted pipeline

2017-08-23 Thread Ullrich Hafner
It is hard to guess if you do not share the script you use. Are you using the multibranch plug-in? (Then https://issues.jenkins-ci.org/browse/JENKINS-43155 might be related.) I have several test cases using the scripted Jenkinsfile so it makes

Re: P4 Plugin - Jenkins Poll not triggering builds despite finding changes

2017-08-23 Thread Marley Kudiabor
When I check the workspace manually I can see that the files are not up to date. There are files behind the head revision that match the ones in the polling log. I just need to figure out why despite seeing those changes it thinks there are no changes. Unless this is an actual bug. On Wednesday

Re: P4 Plugin - Jenkins Poll not triggering builds despite finding changes

2017-08-23 Thread Richard Ginga
sorry, my p4 builds pre-date pipelines so I'm not that sure of the syntax you have here. On Wed, Aug 23, 2017 at 5:05 PM, Marley Kudiabor wrote: > This is the checkout command > > checkout([$class: 'PerforceScm', > browser: [$class: 'SwarmBrowser', url: 'REDACTED'

Re: P4 Plugin - Jenkins Poll not triggering builds despite finding changes

2017-08-23 Thread Richard Ginga
the "+" mostly works if you have Quiet turned off. preview check is probably not going to do a build because it has not updated anything in the workspace. It just updated the the workspace's definition on the server to match the current contents of the stream. thus, no changes On Wed, Aug 23, 201

Re: P4 Plugin - Jenkins Poll not triggering builds despite finding changes

2017-08-23 Thread Marley Kudiabor
This is the checkout command checkout([$class: 'PerforceScm', browser: [$class: 'SwarmBrowser', url: 'REDACTED'], credential: 'REDACTED', filter: [[$class: 'FilterViewMaskImpl', viewMask: '//CALS_Streams/CS_DEV/HTML_DE

Re: P4 Plugin - Jenkins Poll not triggering builds despite finding changes

2017-08-23 Thread Marley Kudiabor
Additionally I should mention I can't expand the +_ javascript link below each p4 action. I'm not sure what should be there. I'm also using Preview Check Only -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group an

Re: P4 Plugin - Jenkins Poll not triggering builds despite finding changes

2017-08-23 Thread Richard Ginga
what is your p4 configuration within the job? On Wed, Aug 23, 2017 at 4:48 PM, Marley Kudiabor wrote: > Hello, > > I'm using the P4 Plugin on a stream and trying to poll and Jenkins isn't > triggering a poll despite there being changes. It clearly detects changes > and tries to parse them but th

P4 Plugin - Jenkins Poll not triggering builds despite finding changes

2017-08-23 Thread Marley Kudiabor
Hello, I'm using the P4 Plugin on a stream and trying to poll and Jenkins isn't triggering a poll despite there being changes. It clearly detects changes and tries to parse them but then it goes on to say "no changes" polling log below: Started on Aug 23, 2017 4:43:41 PM P4: Polling on: master

Upgrade Jenkins, or not ?

2017-08-23 Thread louwho
Off and on, I have touched upon Jenkins. My expertise is InstallShield development, with some Release engineering. Anyway, new project, taking over the Jenkins build system also. Current Jenkins version is 1.609.3, the Jenkins LTS is now 2.6.03. Putting aside (for now), the old adage of 'i

Re: Does Jenkins support Hyper-V based clouds?

2017-08-23 Thread ranjithm
I was searching and found JClouds plugin. Is this the right plugin to use to talk to Hyper-V cloud? Thanks, Ranjith -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Does-Jenkins-support-Hyper-V-based-clouds-tp4901496p4901497.html Sent from the Jenkins users mailing list

How do we spin dynamic slaves in Google Cloud platform from Jenkins?

2017-08-23 Thread ranjithm
Could you please let me know how can we create dynamic slaves in Google Cloud platform from Jenkins? Is there a plugin similar to Amazon EC2? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/How-do-we-spin-dynamic-slaves-in-Google-Cloud-platform-from-Jenkins-tp4901498.htm

Selenium Gid nodes not starting

2017-08-23 Thread ckutac
I have installed the Selenium Plugin for Jenkins and it has started. And I have gotten the slave PC's to display. However when I try and start the specific node I get Starting node on *, then just the spinner underneath, and there are not Registered Nodes displayed on the Registered Remote Contro

Re: Publish Over SSH - How to configure to Tunnel/Forward Via Bastion Host (Jump Host)?

2017-08-23 Thread robert.glenn
[Additional Information] Reading this commit's message, and looking at the diff, it seems to suggest that one should configure these 'jump hosts' outside of the job configuration (e.g. under

Re: Not able to start multiple jobs by clocking on Build button in front of job

2017-08-23 Thread Mark Waite
If it is enabled for the job, and is not working, then that is a regression. It works well for me on Jenkins 2.60.3 (the most recent long term support release). Mark Waite On Wed, Aug 23, 2017 at 9:49 AM Manisha Arora wrote: > I checked and that is enabled. > > On Wed, Aug 23, 2017 at 4:43 AM

Publish Over SSH - How to configure to Tunnel/Forward Via Bastion Host (Jump Host)?

2017-08-23 Thread robert.glenn
I’m attempting to use the Publish Over SSH plugin to tunnel from Jenkins, through a (publicly facing, in AWS) Bastion Host, into a (private, in AWS) application server. Some additional information: - I can tunnel to my private app server, locally, after using the ssh-add -K mysecret.pe

Re: Not able to start multiple jobs by clocking on Build button in front of job

2017-08-23 Thread Manisha Arora
I checked and that is enabled. On Wed, Aug 23, 2017 at 4:43 AM Mark Waite wrote: > If the job is a freestyle project or a matrix project, then you need to > check the "Execute concurrent builds if necessary" check box in the job > configuration. > > Mark Waite > > On Tue, Aug 22, 2017 at 1:54 PM

Blue Ocean Pipeline Activity View: empty column 'COMMIT'

2017-08-23 Thread Reinhold Fuereder
Hi all, I dared to post this to the mailing list, as it unfortunatel got ignored/lost in the IRC channel... In BlueOcean (v1.2.0) pipeline activity view: the column 'COMMIT' shows a '-' (dash); is that okay or what should be shown there? (it is a pipeline from SCM using SVN) Please note that i

How to use tomcat credentials in jenkins

2017-08-23 Thread Naga Malleswara Rao
Hi, I have configured Jenkins in tomcat. Jenkins is running fine without any issue. I have configured the freestyle project in jenkins and get the code using git. Compiled the code and generated the war file. Now I want to deploy the war in tomcat through the Jenkins. Configured the deploy p

Re: Github multibranch filtering

2017-08-23 Thread Steven Foster
Ok, so the functionality to filter based on a PRs base branch isn't there? For the branch portion, I'm able to make it build only the branch I want. But with PRs, it seems to be all or nothing. In my case there are hundreds of PRs and I'm only interested in building a select few based on a specif

Re: Not able to start multiple jobs by clocking on Build button in front of job

2017-08-23 Thread Mark Waite
If the job is a freestyle project or a matrix project, then you need to check the "Execute concurrent builds if necessary" check box in the job configuration. Mark Waite On Tue, Aug 22, 2017 at 1:54 PM wrote: > Hi, > > I used to be able to start multiple jobs by clicking multiple times on the >

Re: Github multibranch filtering

2017-08-23 Thread Mark Waite
It supports filtering by branch name so you can limit it to only build certain branches. Add "Filter by name (with regular expression" or "Filter by name (with wildcards)" to the job configuration to only build specific branches. It can limit branch discovery to exclude branches that are also fil

Github multibranch filtering

2017-08-23 Thread Steven Foster
Does the Github multibranch source allow filtering for PRs that target a particular base branch? So I want to build only branch 'foo/bar' and all PRs that are targeting 'foo/bar' -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe