confirming the build before starting

2014-11-12 Thread niraj nandane
Hi, I have a parameterized build which accept string as parameter . I want to show user a message empty string in the form of alert box or simply showing Not entered anything.Do you want to continue with continue button below if he click on build button without entering string in text box. If

Re: LDAP Plugin authentication issue

2014-11-12 Thread Gil Br
,Hi Wanted to update - I have finally solved this issue I switched to Active Directory plugin + Matrix Authorization Strategy Plugin http://wiki.jenkins-ci.org/display/JENKINS/Matrix+Authorization+Strategy+Plugin Basically, you need help from your IT/Netwrork plp to know the Bind DN and Bind

Cancelling a build doesn't seem to send a TERM signal to the running process

2014-11-12 Thread Craig Phillips
I have enabled xtrace in my shell script, which installs some files in xinetd and removes them when it exits, via an exit handler. My handlers use some exit handler functions that are included in all my build scripts. However, I've noticed clean up is not running for this particular script

AW: confirming the build before starting

2014-11-12 Thread Felix Nawroth
Hi, I don't think this can be easily done. You would need a parameter plugin that runs a validator on its text field, and the validator would have to write Javascript to its error message area. A build run itself is not meant to be inveractive, you can't pause it to query for some kind of

Re: confirming the build before starting

2014-11-12 Thread niraj nandane
Hi, I got one of the stackoverflow link which is doing exactly what i want. But it is not working in my env.Could you please figure out this? http://stackoverflow.com/questions/10865538/how-to-submit-jenkins-job-via-rest-api On Wed, Nov 12, 2014 at 5:46 PM, Felix Nawroth f.nawr...@bigpoint.net

Re: confirming the build before starting

2014-11-12 Thread niraj nandane
Hi, I got one of the stackoverflow link which is doing exactly what i want. But it is not working in my env.Could you please figure out this? http://stackoverflow.com/questions/10865538/how-to-submit-jenkins-job-via-rest-api On Wednesday, November 12, 2014 5:47:07 PM UTC+5:30, Felix Nawroth

Master Slave - Jenkins

2014-11-12 Thread sandeep s
HI All, Currently for our Build , automation test execution , we use Jenkins. The current architecture doesn't scales well with respect to distributing test suites equally to the nodes and SUT's. So to get started with new architecture the first question is: 1. Can we have multiple masters in

RE: Master Slave - Jenkins

2014-11-12 Thread Rob Mandeville
There is one master “slave” node, but you can set the number of executors on it like any other. I set up one slave node for each SUT, each node with one executor, and have that node run the tests. Anything that is done to the SUT must be done through the node, so Jenkins naturally prevents

Re: confirming the build before starting

2014-11-12 Thread Craig Phillips
What exactly didn't work about the solution you got from stack overflow? Are you creating a custom web service for submitting the builds from, or perhaps hosting an HTML page on the Jenkins server for this? -- You received this message because you are subscribed to the Google Groups Jenkins

Specs for new Master server

2014-11-12 Thread David Brooks
I have searched the archives and don't see a direct answer to this question. I apologize if this has already been asked and answered. My team currently runs a few Jenkins stand-alone build servers, lots of jobs each, some CI jobs, not a lot of concurrency in builds, but some. I have been

RE: Specs for new Master server

2014-11-12 Thread Ginga, Dick
Dave, I am not as informed as others in this group, but my experience has been that the master does very little work as compared to the slaves. Yes, build logs and archived files are uploaded from a slave to the master, but I have not run into any issues with IO performance. I run a Windows

RE: Specs for new Master server

2014-11-12 Thread Rob Mandeville
If you move most/all of the actual jobs off to slave nodes on other machines, then the Jenkins server host needs to: · Interact with the user (minimal hardware requirements if your users don’t use auto-refresh; auto-refresh could greatly increase CPU needs) · Retrieve data,

Re: Specs for new Master server

2014-11-12 Thread David Brooks
Hi Rob, rginga - Excellent information, exactly what I was hoping to see. For the RAM requirements, would it be safe to estimate the required RAM on the master by looking at the combined utilization of the build servers? For instance, I see that the Jenkins and Java processes combined are

P4 plugin jenkins issue

2014-11-12 Thread david.doughty
I’ve a new challenge, figuring out how to use perforce; specifically to run against our Jenkins CI system. When I fire off my P4test job (using the P4 plugin) I get the following console output. [EnvInject] - Loading node environment variables. Building remotely on s in workspace

RE: P4 plugin jenkins issue

2014-11-12 Thread Ginga, Dick
We use Jenkins and the Perforce plugin (Jenkins 1.565.2 P4 1.3.26) What are you using P4JAVA for? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of david.doug...@barclays.com Sent: Wednesday, November 12, 2014 11:04 AM To:

Re: confirming the build before starting

2014-11-12 Thread niraj nandane
Or some link which will decribe what is there did on posted stack overflow link ? On Nov 12, 2014 10:16 PM, niraj nandane niraj.nand...@gmail.com wrote: Could you please post a code to add continue button only ? On Nov 12, 2014 7:07 PM, Craig Phillips iwonbig...@gmail.com wrote: What exactly

Re: confirming the build before starting

2014-11-12 Thread niraj nandane
Could you please post a code to add continue button only ? On Nov 12, 2014 7:07 PM, Craig Phillips iwonbig...@gmail.com wrote: What exactly didn't work about the solution you got from stack overflow? Are you creating a custom web service for submitting the builds from, or perhaps hosting an

How long does it take Jenkins to realize slaves are offline?

2014-11-12 Thread Dale Quigg
Hi, For our nightly testing, we revert slaves to a VMware snapshot before starting jobs. Most of the time this works, but sometimes the first job after the revert job fails. The weird part is that a downstream job that runs on the same slave will often succeed less than two minutes after the

Question on running simultaneous jobs in Jenkins

2014-11-12 Thread alok kumar
Hi All, I have a requirement where in I have Prameterized build project which acts as a master project. This job does a lot of pre scm steps after which is supposed to initiate other jobs simultanously based on a condition for which I am using the conditinal build srep plugin. But, when I have

RE: How long does it take Jenkins to realize slaves are offline?

2014-11-12 Thread Ginga, Dick
I was just looking at out revert job. This is what we found works pretty reliably. We produce snapshots in powered down state. Issue the revert to snapshot command This waits for Jenkins to miss the slave java -jar C:\Tools\BuildTools\jenkins-cli.jar -s http://.net:8082/ wait-node-offline

Re: Jenkins slave terminated error message

2014-11-12 Thread Dan Lutsch
im seeing this same error and trying to diagnose the issue. in your response you mentioned you tried the trick before restarting the web server and resolving the issue. What was the trick? On Thursday, May 8, 2014 8:42:25 AM UTC-7, Lily Fu wrote: I setup a Jenkins slave (windows server

RE: Specs for new Master server

2014-11-12 Thread Rob Mandeville
There are some hairy reasons for running a job on the master, specifically if you need to mess with Jenkins internals. If you don't need to do that (and if you have to ask, you don't), just reduce the number of executors on the master node to zero and see what breaks ;^. Also (and you

Re: Specs for new Master server

2014-11-12 Thread Les Mikesell
On Wed, Nov 12, 2014 at 12:59 PM, Rob Mandeville rmandevi...@dekaresearch.com wrote: There are some hairy reasons for running a job on the master, specifically if you need to mess with Jenkins internals. If you don't need to do that (and if you have to ask, you don't), just reduce the number

Re: Implementing Email-ext plugin

2014-11-12 Thread Jordan de Geus
Awesome! Thanks for that! Makes sense that you can specify the template in specific jobs. For storing the templates, can the be stored in our build privately similar to how we store our own unit/int tests? Or does it have to be done on the home side of things? - Reason i ask is due to some

Re: Question on running simultaneous jobs in Jenkins

2014-11-12 Thread Kanstantsin Shautsou
Please, try ask it in users mail list. You can also try register http://devops.com/news/ci-and-cd-across-enterprise-jenkins/ where first topic - Orchestrate Continuous Delivery pipelines with the new workflow feature, may potentially help you. On Wednesday, November 12, 2014