Re: Jenkins 2.x install for LTS

2016-07-13 Thread aman poonia
Finally 2.x LTS train is there. Its's so great to see new release of jenkins nearly always on time. :-) On Wednesday, 4 May 2016 21:47:13 UTC+5:30, Daniel Beck wrote: > > > > On 04.05.2016, at 18:11, greg@qflow.com wrote: > > > > What is the suggested path for using Jenkins 2.x for a conse

Re: jenkins 2.0 , not able to use jenkins-cli.jar

2016-07-13 Thread Stephen Connolly
by default jenkins 2.0 ships with the jnlp agent port disabled. you need to enable it in the global security page On 13 July 2016 at 15:56, fayyaz rehman wrote: > Hi there, > > I am not able to use cli > I am having following error while trying to execute. I am new to jenkins > 2.0. somebody hel

Re: How to prevent Git plugin from setting GIT_BRANCH to origin/pull-requests/*

2016-07-13 Thread Michael Giroux
Also, if I log directly into Stash and cd to the repository, the git branch command does NOT show any of these phantom origin/pull-requests branches. These seem to be something being fabricated by Jenikins. On Wednesday, July 13, 2016 at 9:01:30 AM UTC-7, Michael Giroux wrote: > > BTW, when I

Re: How to prevent Git plugin from setting GIT_BRANCH to origin/pull-requests/*

2016-07-13 Thread Michael Giroux
BTW, when I clone the repository to my local workstation, the origin/pull-requests/* branches do NOT appear in "git branch -a". However, when I log into the Jenkins server, and cd to the job directory, the pull-request branches DO appear, so Git plugin is using something special to cause the b

How to prevent Git plugin from setting GIT_BRANCH to origin/pull-requests/*

2016-07-13 Thread Michael Giroux
This question involves Git plugin, Stash, and SonarQube integration, so there are multiple bits that we need to coordinate. 1. We are using Stash with the Jenkins Web Hook to trigger builds when developers push code to a branch. 2. The build checks the code out to a local branch using

[pipeline][groovy postbuild] Groovy manager access

2016-07-13 Thread jerome
Hi, I try to translate my Groovy PostBuild to pipeline: *if(manager.build.result.isBetterOrEqualTo(hudson.model.Result.SUCCESS)) * *{* * manager.addShortText("${manager.build.buildVariables.get('APPLY_TAG')}")* *}* I was thinking about using this: *if(manager.build.result.isBetterOrEqualTo(

[pipeline][plugins] Various plugin into pipeline

2016-07-13 Thread jerome
Hi, I'm new to the pipeline stuff started yesterday to port my projects to pipeline, work great so far but I have a few questions or part I cannot figure out how they work: 1. Sending email 1. with email template (I had some email template already done along with some customizati

jenkins 2.0 , not able to use jenkins-cli.jar

2016-07-13 Thread fayyaz rehman
Hi there, I am not able to use cli I am having following error while trying to execute. I am new to jenkins 2.0. somebody help me out. Any easy solution $ java -jar jenkins-cli.jar -s http://localhost:8080/jenkins/ help java.io.IOException: No X-Jenkins-CLI2-Port among [null, X-Required-Permi

Excluding Certain Directories When Using SVN Checkout

2016-07-13 Thread Michael Bozza
Hello, I know that I have seen this issue posted on a few different sites. I noticed that it is mostly referring to polling and triggering new builds, which we are not doing. We are currently kicking off the builds manually. I have tried using the "Excluded Regions" section in the "Advanced" ta

Share data between jobs for different CI pipelines

2016-07-13 Thread Jonathann Zenou
Hi all, I am using Jenkins from several years now, and I am pretty satisfied from it, but lately I have the feeling I pushed it to its limit. Maybe one of you can help me. Let's say I have two CI pipelines: one for frontend and one for backend. When I am running a CI pipeline for frontend, I nee

Re: HTTP ERROR 403 Problem accessing /view/stage/job/testscripts/1541/logtext/testscript.html. Reason: No valid crumb was included in request

2016-07-13 Thread Kaushal Shriyan
On Monday, 11 July 2016 21:58:13 UTC+5:30, Kaushal Shriyan wrote: > > > > On Monday, 11 July 2016 15:37:22 UTC+5:30, Kaushal Shriyan wrote: >> >> >> >> On Tuesday, 5 July 2016 21:03:25 UTC+5:30, Kaushal Shriyan wrote: >>> >>> Hi, >>> >>> I am finding the below details while the build job in the C

Jenkins fresh install, can't create new job

2016-07-13 Thread Alexandre Saint-Orens
Hello there, I have installed on a Debian server Jenkins. Now i want to create a now job so a click on "créer un nouveau job" in english : "create a new job" (it's the same result when i click on "nouveau item" :

Issue with Github and webhooks

2016-07-13 Thread Cris Lacumba
Hi, I want to create a Pipeline that runs when something is uploaded to github. I get this: jul 13, 2016 11:10:20 AM INFO org.jenkinsci.plugins.github.webhook.subscriber.DefaultPushGHEventSubscriber onEvent Received POST for https://github.com//PruebaGit However I get the following in t