Re: Git plugin notifyCommit url = localhost does not match jobs

2016-07-22 Thread Michael Giroux
Yes, a quick review of the code seems to confirm that. Thanks. On Friday, July 22, 2016 at 3:55:23 PM UTC-7, Mark Waite wrote: > > As far as I know, the git plugin intentionally honors the hostname and > port portion of the url parameter when processing notifyCommit messages. > > It includes so

Re: Git plugin notifyCommit url = localhost does not match jobs

2016-07-22 Thread Mark Waite
As far as I know, the git plugin intentionally honors the hostname and port portion of the url parameter when processing notifyCommit messages. It includes some heuristics that attempt to guess if two URL's are the same, and it applies those heuristics when comparing the URL defined in the job wit

Re: Parameterized Remote Trigger fails with NullPointerException

2016-07-22 Thread Curt Weaver
Getting the same thing. Looking for a solution. Made any progress? Thanks. Curt On Tuesday, July 5, 2016 at 12:22:11 PM UTC-7, Jacqueline Taing wrote: > > I am trying to use Parameterized Remote Trigger Plugin > ,

Git plugin notifyCommit url = localhost does not match jobs

2016-07-22 Thread Michael Giroux
I have configured Jenkins job to use git url: http://stash.server/scm/prj/repo.git Our repositories reside in Stash, and using the Stash Webhook to Jenkins. The default url for the notifyCommit is http://localhost/scm/prj/repo.git. Then curl http://jenkins.server/git/notifyCommit?url=http:

Re: git included/excluded regions not working with pipeline jobs

2016-07-22 Thread Mike Rooney
Ah, thanks for the pointer Mark. I actually found that one but assumed it was specific to multibranch. I updated it a bit to be more generic :) On Thu, Jul 21, 2016 at 6:08 PM, Mark Waite wrote: > There is a bug report noting that pipeline jobs don't honor the ignore > paths. > > https://issues.

Multi line description with the description setter plugin

2016-07-22 Thread nfwlpw
I want to use the description setter plugin to change the build description to the values of some env vars used in the build, but I'm having trouble making it print one value per line. Things I have tried: 1) using \n, , or to separate \1 and \2 in the description field of the plugin. It ju

Baseline Promotion in CC-UCM Plugin

2016-07-22 Thread Chris Shannon
This is sort of specific to the ClearCase UCM Plugin, but may apply outside of it as well... As our Jenkins jobs are expanding, we're breaking some large jobs into smaller pieces. As such, a generic example is: SCM Job (listens for new INITIAL baselines via the CC-UCM plugin) Build Job(s) Test

Enable project-based Security is missing . Please help

2016-07-22 Thread Prasu S
After I upgraded Jenkins to 1.651.3 version, project-based security is missing for all our Jenkins jobs. Please help. Thanks, Prasu -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from

Re: Jenkins upgrade

2016-07-22 Thread Prasu S
Appreciate your response Raju.I tried to stop the tomcat server and restart it . Did not work. On Tuesday, July 19, 2016 at 3:19:37 AM UTC-4, Saggam Raju wrote: > Hi, > > 1. Could you please stop tomcat server(catalina.sh stop/service tomcat > stop). > 2. Take backup of old jenkins war file fr

Re: Multiple pipelines in Jenkinsfile

2016-07-22 Thread Wayne Warren
On Thursday, July 21, 2016 at 9:42:58 AM UTC-7, Alex Kessinger wrote: > > I've tried the seed job-dsl method previously. Some automation was better > then no automation, but I think the Jenkinsfile in repo is even better. If > I make a change to the Jenkinsfile, that change can be isolated in e

Re: Jenkins on AIX Installation

2016-07-22 Thread Jack Andy
thanks for reply. for the master of jenkins 2.0 the jre-1.7 is the minimum requirement, but for the slave the jdk-1.6 is OK, and I will try to change the version to ibm jdk-1.7, the collegues use the jdk1.6 to deploy the software in the testing enviroment in the company. On Fri, Jul 22, 2016 at 9:

Re: Jenkins on AIX Installation

2016-07-22 Thread Eric Pyle
Yes, JRE 1.7 is now required for slaves/agents. I don't know about the 1.8 recommendation. On 7/22/2016 9:49 AM, John Mellor wrote: Its been a while since I’ve done development on AIX, but here goes: You are using IBM jdk-1.6.0 to run the slave. Can someone confirm that jre-1.7 is now the

RE: Jenkins on AIX Installation

2016-07-22 Thread John Mellor
Its been a while since I’ve done development on AIX, but here goes: You are using IBM jdk-1.6.0 to run the slave. Can someone confirm that jre-1.7 is now the minimum requirement, and jdk-1.8 is strongly preferred due to some plugin requirements? From: jenkinsci-users@googlegroups.com [mailt

Re: Visualizing tests separately from different stages of a pipeline

2016-07-22 Thread ST
James, Interesting statement "successful tests is an edge case" - I've never thought about it this way, but if all tests pass I dont need to know anything else, so true I guess :-) Our use case is (with daily releases): * unit tests * itests that set up their own data (most of our itests) * ites

How to get Jenkins 2.0 multi branch pipeline and bitbucket 4.8.1 web hook working?

2016-07-22 Thread Jeroen Reijn
Hi all, I'm trying to get my multibranch workflow job to trigger based on a change in bitbucket server (previously known as stash). I've read most of the docs on the several plugins, but I can't seem to get the combination to work. What I've done now is configure my project with: Branch sour

EnvInject - groovy script in Jenkins 2.x

2016-07-22 Thread Simona Avornicesei
Hello, I have an old groovy script that I've been using to inject some env. variables into the job. It run nicely under Jenkins 1.x, on the master Jenkins instance. Now we've moved to a Jenkins cluster and Jenkins 2.x and the script fails to get a valid workspace for the current build (the job

Null pointer when entering confgure security

2016-07-22 Thread yohanes marthin Hutabarat
Hello guys, I'm new with Jenkins. I am trying to create master-slave jobs with slave on VM. But when I create a new node it told me that slaveAgentPort.disabled, and when I'm trying to access the security configuration error, it show an error like below stack trace. Do you guys have any solution