Github authentication stopped working

2012-06-13 Thread lorewarden
I noticed that our Jenkins instance that is configured to use the Github plugin to manage authentication has suddenly stopped working. It seems the github login process fails, and the following url and exception is displayed: /securityRealm/finishLogin?code=x

How to enable Test build on Jenkins. (git based)

2012-06-13 Thread shuo huang
I am working in a 10+ dev people team with git. We use Jenkins for daily build tool. Now, I want enable a *test build service*. With this, any developer can submit a build (with his/her test code changes). Then send test ouput to test team. The changes are not in master/main branch. We

User session - configure timeout

2012-06-13 Thread Jakob Breivik Grimstveit
I've searched the docs and the web for any solution, but have not been able to find the answer, so I turn to you :-). How do I configure the session timeout for user logins in Jenkins? I found a blog post describing how to configure $JENKINS_HOME/war/WEB-INF/web.xml (and that seemed to work), but

build processes priority?

2012-06-13 Thread Roberto Nunnari
Hi everybody. I wonder how heavy the build processes are on the cpu.. I set up a single machine offering many different services (also including jenkins webapp) and I'm worrying a bit about overall performance when jenkins will enter production stage. Being a virtual machine, I will be able to

the dreaded svn: Checksum mismatch while updating issue: any known workarounds?

2012-06-13 Thread Simon Haegler
hi jenkins users we get bitten a lot by the svnkit bug org.tmatesoft.svn.core.SVNExceptionhttp://stacktrace.jenkins-ci.org/search?query=org.tmatesoft.svn.core.SVNException: svn: Checksum mismatch while updating. all slaves clocks are in sync and everything else works perfectly. the current

Customization to Build Executor Status

2012-06-13 Thread Bikash B
Hi all, We have a big RAILS project and we are following Github flow to drive our development process. I looked through all the available plugins but could not find anything that customizes the Build executor status part of the jenkins front page. I wanted to put the name of the git branch

Re: Github authentication stopped working

2012-06-13 Thread lorewarden
Thanks, applied the fix, works now. On Wednesday, June 13, 2012 2:49:22 PM UTC+3, Kevin Bond wrote: See https://github.com/mocleiri/github-oauth-plugin/issues/24 for fix On Wednesday, 13 June 2012 06:03:01 UTC-4, Johno Crawford wrote: On 13/06/2012 9:23 AM, lorewarden wrote: I noticed

RE: Restricting builds from running at certain times of the day

2012-06-13 Thread Mandeville, Rob
Let the jobs trigger when they will. But force the jobs to run only on certain nodes (such as by using a label). Then, when configuring the nodes, set the availability to “Take this slave on-line according to a schedule”. Now, when you don’t want the jobs to be running, they’ll queue up

Re: build processes priority?

2012-06-13 Thread Nunni
On 13 Giu, 14:56, Les Mikesell lesmikes...@gmail.com wrote: On Wed, Jun 13, 2012 at 3:35 AM, Roberto Nunnari nunni...@gmail.com wrote: Hi everybody. I wonder how heavy the build processes are on the cpu.. I set up a single machine offering many different services (also including jenkins

RE: build processes priority?

2012-06-13 Thread Mandeville, Rob
Jenkins doesn't recognize nice because that's a Unix-only feature; I'm not sure if there is an equivalent Windows feature. Of course, if your steps are shells, you can tell those to nice themselves. You could also nice your slave nodes when you launch them, if you do so by script. Niceness

Re: build processes priority?

2012-06-13 Thread Nunni
On 13 Giu, 15:35, Mandeville, Rob rmandevi...@litle.com wrote: Jenkins doesn't recognize nice because that's a Unix-only feature; I'm not sure if there is an equivalent Windows feature.  Of course, if your steps are shells, you can tell those to nice themselves.  You could also nice your

Bug in latest release of Build timeout plugin 1.9

2012-06-13 Thread Matthew.Webber
I haven't opened a ticket for this yet, but there is a significant bug in Build timeout plugin 1.9. I have job A, with a timeout of 3 minutes. A (using the parameterized plugin) does a Trigger/call builds on other projects to job B, which has a timeout of 60 minutes. A does _not_ have Block

where to do the build

2012-06-13 Thread Roberto Nunnari
Hi everybody. One more question.. I just noticed in the page 'jenkins nodes' that 'Free disk space' is talking about the system filesystem.. I want jenkins to do it work (checkout, build, etc..) on a different filesystem and folder, say /opt/jenkins.. how do I change that? Having jenkins being

RE: build processes priority?

2012-06-13 Thread Mandeville, Rob
The master runs in the same JVM as the server. I see only two reasons to use the master: 1: When starting out, just seeing what Jenkins can do 2: When you need direct access to the server (for instance, I have some Scriptler Groovy jobs that directly access Jenkins' data structures without

Re: where to do the build

2012-06-13 Thread Simon Wiest
Hi Roberto, perhaps this thread might be helpful for you: http://jenkins.361315.n4.nabble.com/Is-it-possible-to-store-artifacts-on-a-different-drive-from-the-quot-jobs-quot-folder-td4190962.html Cheers, Simon. -- Roberto Nunnari (13.06.2012 16:44): Hi everybody. One more question.. I just

Re: build processes priority?

2012-06-13 Thread Nunni
Thank you Rob. Very very useful. I'll do my homework and then I may be back here. Best regards. On 13 Giu, 16:56, Mandeville, Rob rmandevi...@litle.com wrote: The master runs in the same JVM as the server.  I see only two reasons to use the master: 1: When starting out, just seeing what

Re: where to do the build

2012-06-13 Thread Roberto Nunnari
2012/6/13 Les Mikesell lesmikes...@gmail.com On Wed, Jun 13, 2012 at 9:44 AM, Roberto Nunnari nunni...@gmail.com wrote: Hi everybody. One more question.. I just noticed in the page 'jenkins nodes' that 'Free disk space' is talking about the system filesystem.. I want jenkins to do

Re: Ability to hide the New Job link without revoking create job permissions?

2012-06-13 Thread Ian Simpson
Ah, the ACL thing does help; I'll have to mess around with that a little. The problem with revoking the create permission is that calling Hudson.getInstance().createProject() started failing after the upgrade to Jenkins, whereas it worked with Hudson. For now I worked around this with a

3 days

2012-06-13 Thread Lamar Williams
Hey Folks! Only 3 days left to register for the Source Square Plugin Contest( http://register.sourcesquare.org)! If you are interested in participating, just submit your email with the link before the 15th. We look forward to seeing what you develop. If you have any questions, just send me an

Re: where to do the build

2012-06-13 Thread Les Mikesell
On Wed, Jun 13, 2012 at 10:35 AM, Roberto Nunnari nunni...@gmail.com wrote: humm.. really there isn't a paramenter to pass to jenkins that tells it where to do the build? There is a JENKINS_HOME setting, but on the master that affects the job and artifact storage as well as the build

Re: Ability to hide the New Job link without revoking create job permissions?

2012-06-13 Thread Simon Wiest
Hi Ian, Ian Simpson wrote (13.06.2012 17:42): Ah, the ACL thing does help; I'll have to mess around with that a little. Glad this helped ;O) The problem with revoking the create permission is that calling Hudson.getInstance().createProject() started failing after the upgrade to Jenkins,

Re: One code base, two platforms, one package set

2012-06-13 Thread Thomas Sondergaard
On 2012-06-13 21:00, Thomas Sondergaard wrote: The win32 BUILD_URL should be obtainable by replacing arch=linux with arch=win32 in the linux $BUILD_URL. Next I need to query the status of a build. How do I do that? Is there a REST url, a la $BUILD_URL/status that will give me back a status code

Is JDK auto-installer broken again?

2012-06-13 Thread Patrick Renaud
Hi, It seems that the JDK auto-installer is broken once again. Do other people have the same problem too?

Re: Multi-process jobs in Windows

2012-06-13 Thread Slide
What version of make is being used? You are going through cygwin? Can you explain a little more about your environment? slide On Wed, Jun 13, 2012 at 12:49 PM, chris chris.haverk...@gmail.com wrote: So I realized that I did not respond to the list properly.

Unity3d plugin 0.3 released, synced with DragonBox official release

2012-06-13 Thread Jerome Lacoste
Hei fellow Jenkins users, So I just released the Unity3d plugin version 0.3 which fixes a problem encountered in distributed setup. This also coincides with the first patch submission for the plugin. Yeahh. Open source is cool. Today is also the day our product, DragonBox, a Math game