Re: Build queue question

2017-05-01 Thread Mark Waite
I would be surprised if there were such an argument. I'm not familiar with the mercurial plugin, but I suspect it intends to choose the same hash. Mark Waite On Mon, May 1, 2017 at 6:53 AM Michael Rose wrote: > This isn't a multi-branch pipeline job, just a normal

Re: Merge to Master not kicking Open PRs to also build

2017-05-01 Thread Baptiste Mathus
Must be missing something but failing to see why merging a PR should retrigger the builds of others. Care to clarify? Thanks Le 1 mai 2017 10:43 PM, "Jeffrey" a écrit : > So -- Ive reverted Jenkins to 2.46.2 latest patches and the behavior is > the same. > > What I

Re: Amazon EC2 Container Service Plugin Waiting for Executor

2017-05-01 Thread Joshua Noble
This plugin has an unfortunate known flaw - it will only spin up one executor/node per label. If you have two jobs waiting to build with the same label, it will build the first one, then kill after it's done, and then start the next one. (Instead of creating two containers/tasks in parallel)

Re: Regarding the recent waves of mailing list spam

2017-05-01 Thread Arnaud Héritier
Did you add all of us as moderators Tyler ? On Sun, Apr 30, 2017 at 1:44 PM, Mark Waite wrote: > I agree with Baptiste. When I've checked on the moderator queue after a > flurry of spam, more often than not I've found that someone else had > already handled the

Re: Merge to Master not kicking Open PRs to also build

2017-05-01 Thread Jeffrey
So -- Ive reverted Jenkins to 2.46.2 latest patches and the behavior is the same. What I expect: 1. Two open PRs 2. Merge one PR to master 3. Master auto builds 4. Repo is scanned and the other PR builds. This is still not happening. Any help much appreciated. On Friday,

What's Italian for "New-poster moderation for Google Groups has been enabled?"

2017-05-01 Thread R. Tyler Croy
In response to our on-going battle against spam, we have grown the Google Group moderations teams for jenkinsci-dev@ and jenkinsci-users@. With more moderators, this means that we can enable "New poster" moderation. What this means is that, until further notice, first-time posters to these

Re: Jenkins IIS Reverse Proxy

2017-05-01 Thread Terry Lacy
Here's our current web.config file for IIS: http://localhost:8080/{R:1}; />

Re: pipeline groovy - can somebody please explain why variable value passing is working like this?

2017-05-01 Thread James Jermany
Did you every find a solution or come to understand why its like this? On Sunday, November 13, 2016 at 1:05:14 PM UTC-5, Jonathan Hodgson wrote: > > Ok, so having got my script working, I decided to move part of it into a > shared library as per the section marked Define more structured DSL >

Re: Multi branch source - PR versus branch build

2017-05-01 Thread Dan Tran
So I misunderstood the mechanism of PR build where the target branch is not merged into the destination branch before build what is the benefit of auto build both merge and pr for every new commit? I can understand the benefit before issuing the PR, but from my experience ppl usually issue

Re: Jenkins IIS Reverse Proxy

2017-05-01 Thread Terry Lacy
I'm not sure if this is useful information, but we see this in the jenkins-stderr logs when browsing to the Manage Jenkins page: 01-May-2017 12:10:39.038 WARNING [Handling GET /administrativeMonitor/hudson.diagnosis.ReverseProxySetupMonitor/testForReverseProxySetup/https:/ our.server.name/manage/

Re: Jenkins IIS Reverse Proxy

2017-05-01 Thread Terry Lacy
Hi, Stephen. Thanks for your reply. I'm not sure about X-Forwarded-Host. I think we tried that, but I'll have to check with our SA, and he's not here right now. I'll get back here as soon as I find out. We did try a couple of iterations where we tried to redirect https://our.server.name/ to

Re: Multi branch source - PR versus branch build

2017-05-01 Thread Kevin Burnett
dan, i understand that you're using the bitbucket branch source plugin, you introduce a syntax error into the mainline branch (let's call it master), and you submit a pull request for a different branch (let's call it feature/new-hotness) that wasn't based off this bad master branch. your

Re: Jenkins IIS Reverse Proxy

2017-05-01 Thread Stephen Connolly
On Mon 1 May 2017 at 16:13, Terry Lacy wrote: > Is there other information I could supply that would help? > > Alternatively, has anyone successfully set up Jenkins behind IIS with a > setup similar to that described below *without* getting the bad proxy > message? Would

Re: Jenkins IIS Reverse Proxy

2017-05-01 Thread Terry Lacy
Is there other information I could supply that would help? Alternatively, has anyone successfully set up Jenkins behind IIS with a setup similar to that described below *without* getting the bad proxy message? Would you be willing to share your setup? So far, things seem to work fine despite

Re: Windows Service for Jenkins doesn't start automatically

2017-05-01 Thread jerome
On my side, the service needed to be Local System to be able to launch properly, which prevent GUI and graphical context to be run inside the service. Since I needed the GUI context for some unit test (OpenGL unit test was problematic), I had to change the service user for a local user. That

Re: Build queue question

2017-05-01 Thread Michael Rose
This isn't a multi-branch pipeline job, just a normal pipeline job. The builds are definitely running with the same hash. Here is the code for my SCM step: stage('SCM: Update rt') { checkout([$class: 'MercurialSCM', credentialsId: 'NightlybuildSSHKey',

Re: Response status code does not indicate success: 401 (Unauthorized)

2017-05-01 Thread Mark Waite
You say that you're getting a response status code 401, but you don't say what is returning that response status code. Are you checking the job status with a call to the Jenkins REST API, and it is returning 401? Is the job attempting to push to Nexus and that is reporting 401? Is the job a

Response status code does not indicate success: 401 (Unauthorized)

2017-05-01 Thread Sandeep Grandham
Hi.. I am configured one project in jenkins, and source code is there in Bitbucket and packages are there in Nexus. while i triggered build i am getting Response status code does not indicate success: 401 (Unauthorized) issue, but same thing if i build from command prompt, its working fine, if

Windows Service for Jenkins doesn't start automatically

2017-05-01 Thread Masaru Tsuchiyama
Hi I'm using Jenkins 2.57 with installing Windows Installer. I can start Windows Service for Jenkins manually. But it doesn't start automatically. How do I make it start automatically? Regards. Masaru. -- You received this message because you are subscribed to the Google Groups "Jenkins