Re: Exception when I try to trigger buildflow job from workflow job

2016-05-11 Thread Craig Rodrigues
Hi, Sorry for the delay. This fix is now in build-flow-plugin 0.19. Please give it a try and provide feedback. -- Craig On Sun, Jan 24, 2016 at 1:42 PM, EK wrote: > Hi Craig, > > Looks like issue is solved and now can run build flow job from workflow > job. > Many

Re: Update remote Git repository with Jenkins

2016-05-11 Thread Mark Waite
Jenkins credentials work on slaves as well on master. The same credentials are used on master and on all slaves. Mark Waite On Wed, May 11, 2016 at 2:24 PM Daniel Koch wrote: > Hi Mark, > > yes. I think the problem is not by the plugin :-) > > I recreated a new

Re: Azure and latency issues

2016-05-11 Thread R. Tyler Croy
(replies inline) On Wed, 11 May 2016, Jo Shields wrote: > Hi all, > > I'm observing a problem with our new Jenkins master, running on an Ubuntu > VM on a high-spec Azure instance - latency between master and workers is > *crazy* high. Like 30 plus seconds: >

Re: Update remote Git repository with Jenkins

2016-05-11 Thread Mark Waite
That's the correct plugin. It works in many thousands of installations, so I'm reasonably confident it should work in your installation as well. You may want to check that you've registered the credential correctly in the Jenkins server and that the git version you're using is at least git

Re: Jenkins using a lot more resources after upgrade

2016-05-11 Thread Ugo Bellavance
On Wednesday, May 11, 2016 at 12:32:59 PM UTC-4, John Mellor wrote: > > Yeah, I’m seeing that too, and I am also running Jenkins 1.656 version. > I’m only running about 400 jobs in Jenkins with 11 slaves, so it’s > definitely not the busiest build environment out there. I’ve currently >

Re: Update remote Git repository with Jenkins

2016-05-11 Thread Daniel Koch
Hi Mark, Yes. You mean this one? I also tried this and get the following error: Failed to connect to repository : Command "/usr/local/bin/git -c core.askpass=true ls-remote -h ssh://git@:7999/.git HEAD" returned status code 128: stdout:

Re: Jenkins crashes when I try to add scriptler as a post-build action

2016-05-11 Thread Guy Matz
Right, but i can add a scriptler script as one of the tasks of the "Execute a set of scripts" Post-Build . . . from there is where I'm getting this error On Wed, May 11, 2016 at 12:55 AM, Cuong Tran wrote: > I don't think you can add a scriptler script as a post-build

Jenkins using a lot more resources after upgrade

2016-05-11 Thread Ugo Bellavance
Hi, After some testing we upgraded Jenkins in production, from 1.617-1.1 to 1.656-1.1 on April 20. However, since the upgrade we're running into problems that we never saw before and it's now kind of out of control: - We had to raise the nofile parameter in limits.conf for the jenkins

how can we use artifacts from the job running on the another jenkins machine ?

2016-05-11 Thread Ganesh Kumbhar
Hello EveryOne, I don't have much experience with Jenkins configurations but now I am using it more frequently for continues integration & builds. I have one doubt like briefed in subject : Normally, we can use artifacts of the other job from the same machine as shown in simple scenario

Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread Daniel Beck
> On 11.05.2016, at 14:41, S C wrote: > > However: the page only talks about POSTing to URL, says nothing about sending > URL parameters with PUT (or GET), and also recommends - guess what - the > "hackish" way of sending the params as form data! It even says that using the

Azure and latency issues

2016-05-11 Thread Jo Shields
Hi all, I'm observing a problem with our new Jenkins master, running on an Ubuntu VM on a high-spec Azure instance - latency between master and workers is *crazy* high. Like 30 plus seconds: https://jenkins.mono-project.com/computer/. The SSH-based workers can generally survive that, but the JNLP

Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread S C
Thanks a lot, really comprehensive info on that page. It's just too bad a Google search won't show the same, because I had no idea there'd be anything interesting in the footer (I never scroll until there). However: the page only talks about POSTing to URL, says nothing about sending URL

Re: Searching for a Jenkins plugin

2016-05-11 Thread Stephane
Shell tasks at the moment but in the future, there might be more types of Build Tasks. I have never used the pipeline plugin, can you explain why it might satisfy my need? Le mercredi 11 mai 2016 05:03:22 UTC-4, Devendran kumaravel a écrit : > > What kind of Build Tasks you want to perform? >

Re: Collecting status of downstream jobs

2016-05-11 Thread zerozerounouno
Il giorno martedì 3 maggio 2016 01:07:26 UTC+2, zerozer...@gmail.com ha scritto: > if I have a job triggering other downstream jobs (as build steps), is > there a way for the upstream job to get the success/failure status of > downstream jobs so that I can insert those results into a final

Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread Daniel Beck
> On 11.05.2016, at 09:46, S C wrote: > > I think people try these hackish solutions when they aren't shown any > recommended solution. Could we (I'd gladly do it) add the above answer to the > relevant Jenkins page, so nobody has to lose hours like I did?

Re: Searching for a Jenkins plugin

2016-05-11 Thread Stephane
Execute shell tasks Le mercredi 11 mai 2016 05:03:22 UTC-4, Devendran kumaravel a écrit : > > What kind of Build Tasks you want to perform? > pipeline plugins(formerly called Workflow plugins) might satisfy your need > > On Tuesday, May 10, 2016 at 9:19:19 PM UTC+5:30, Stephane wrote: >> >>

Attaching file in the Jenkins Job

2016-05-11 Thread Saurabh Singh
Hi, I Need help on the below from the below scenario steps 1. We have build Job and we are performing some respective activities 2. Then some testing happen ( which is not integrated with Jenkins) and some results get generate with xml file format The help which i need is 1. How can i upload

Re: Update remote Git repository with Jenkins

2016-05-11 Thread Mark Waite
Rather than preform the got fetch in a shell script, you will have better luck with the git plugin. It allows you to define the repository and credentials, then it does the work On Tue, May 10, 2016, 11:18 PM Daniel Koch wrote: > Hi, > > I want to setup a simple

Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread S C
Oh this is really useful indeed - and it doesn't require those senseless (nb: senseless in a build trigger case) crumbs either. Thanks a lot! Sorin On Wed, May 11, 2016 at 9:54 AM, 'Björn Pedersen' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Hi, > > And take a look at >

Re: Searching for a Jenkins plugin

2016-05-11 Thread Devendran kumaravel
What kind of Build Tasks you want to perform? pipeline plugins(formerly called Workflow plugins) might satisfy your need On Tuesday, May 10, 2016 at 9:19:19 PM UTC+5:30, Stephane wrote: > > Hello, > > I have 2 Jenkins projects (builds) that have similar running tasks (build > steps). I was

Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread 'Björn Pedersen' via Jenkins Users
Hi, And take a look at https://wiki.jenkins-ci.org/display/JENKINS/Build+Token+Root+Plugin as well. This should help you to not require overall read permissions. Björn Am Mittwoch, 11. Mai 2016 09:48:55 UTC+2 schrieb Sorin: > > Oh and a PUT can trigger as well - I'll rather take PUT. > Many

Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread S C
Oh and a PUT can trigger as well - I'll rather take PUT. Many thanks again, Sorin -- 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 it, send an email to

Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread S C
On Tue, May 10, 2016 at 10:53 AM, Daniel Beck wrote: > > > On 10.05.2016, at 10:13, Sorin wrote: > > > > - sending a GET or PUT request with URL encoded parameters, failed > miserably .../buildWithParameters?token=MY_TOKEN=VALUE answers > dryly 403 forbidden

Jenkins 2.x pipeline: how to get git details after checkout?

2016-05-11 Thread thomas . lehmann
How do I get the git information right which were - in the past - provided by Jenkins Git plugin? I have found one information here: https://github.com/jenkinsci/pipeline-examples/blob/master/pipeline-examples/gitcommit/gitcommit.groovy You see that in the code below (extract). I have the

zuul debug.log : AttributeError: 'EntryPoint' object has no attribute 'resolve'

2016-05-11 Thread fayyaz rehman
I am facing an error in zuul debug.log and zuul.log and i am not able to trigger the jobs at jenkins master. If any body have some clue please help me out. Let me know what i am doing wrong jenkins : 1.652 gerrit : 2.11.7 zuul commit :

Re: Need Info - best book , blogs to follow , good practices wrt Jenkins

2016-05-11 Thread Indra Gunawan (ingunawa)
Be resourceful. There are tons of information about Jenkins on the net. Visit the Jenkins Wiki, lookup Jenkins Conference slides, Register to Jenkins CloudBee Webinars, get the Jenkins O'Reilly ebook, and brush up on CI/CD. From:

Re: Jenkins Tutorials Required

2016-05-11 Thread Indra Gunawan (ingunawa)
Man... be resourceful. There are tons of information about Jenkins on the net. Visit the Jenkins Wiki, lookup Jenkins Conference slides, get the Jenkins O'Reilly ebook, and brush up on CI/CD. From: > on behalf of