Running on Windows user start error

2015-01-22 Thread m g
Hi, Jenkins can't start when service is set up to run on user account (works ok on Local System account). I use 1.597. That started happend after windows updates in November. I have that in a log: Jan 22, 2015 8:32:49 AM winstone.Logger logInternal INFO: Beginning extraction from war file Jan

RE: Build Blocker Plugin: How can I tell what is blocking a job from running

2015-01-22 Thread Matthew.Webber
I am using the Build Blocker Plugin to stop conflicting jobs running at the same time. ... I can’t help with your specific question, but are you are aware of https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin which looks like it can achieve the same things as the

Re: Update center is missing a plugin but it is listed in default.json

2015-01-22 Thread Ralph Bolton
The download from update.jenkins-ci.org has some non-JSON in the first and last lines (why!?). Perhaps Jenkins is ignoring your new file because of this...? You can strip them out: curl -L http://updates.jenkins-ci.org/update-center.json | sed '1d;$d' default.json (paraphrased from here:

Re: downloads from archives.jenkins-ci.org never finish...

2015-01-22 Thread sweeney
Actually, I've just realised that wget preserves the mtime of the remote file by default, and furthermore our Puppet infrastruction runs 'puppet agent' at minimum 30 minute intervals. Since we wget the file to two different locations, the most it could have gotten in any one day would be

Why is Jenkins restarting jobs on its own

2015-01-22 Thread Mark Sinclair
I'm running version 1.594 Jenkins has done this 2 times now. A job is running for a long time (2 days) and not producing much output, but the job is definitely still running. At some point, Jenkins starts the job again. Jenkins does not increment the build number, it overwrites the console

Proper use of processtreekiller

2015-01-22 Thread Eric Wood
I'm attempting to start a tomcat server via the publish over ssh plugin.   I call a shell script as follows: sudo nohup /apps/Config/usr/local/bin/ec2-init env start /dev/null 21   This script in turn calls the following:  ec2-init tomcat_sdb startup.sh catalina.sh. Our IT guy set

How to use shell scripts as SCM?

2015-01-22 Thread Jiajian Yang
Hello, I just got started with Jenkins. As I'm using special SCM which I can't find any related plugin. I'm wondering if there is a way to use shell script instead? Current workaround is to make the checkout/update as separate job. But it's difficult to do that for multiple nodes. Thanks

Any takers for copy-to-slave plugin ownership

2015-01-22 Thread Vivekanand S V
Hi all, I took over this plugin to add some stuff and did release a version, but I can't find time to actively maintain it (or fix bugs) due to personal reasons. Any one interested in taking ownership of this plugin ? CC'ing users group to reach more people. Thanks, Vivekanand. -- You

Custom workspace for a MAVEN job

2015-01-22 Thread László Graf
Hi Jenkins developers and users, It seems that the following issue is also missing from the latest release: https://issues.jenkins-ci.org/browse/JENKINS-8848 I am using the WAR edition with version number 1.597 in JBOSS. Any idea how to set a custom workspace for a MAVEN job? --

Re: [workflow-plugin] Does anyone use a GroovyDSL script to describe the workflow plugin api with IntelliJ IDEA?

2015-01-22 Thread Gary Clayburg
https://gist.github.com/gclayburg/0107bdeb38349c6fc87a I started to create a .gdsl file for IntelliJ on github. Right now it supports these build steps: sh readFile echo node This file contains both some Javadoc of the methods (build steps) and the parameters supported. In IntelliJ:

Re: Discard old builds not working

2015-01-22 Thread Arpit Gupta
Any thoughts? Or any other logs i can check that will provide me more info. Thanks -- Arpit Gupta Hortonworks Inc. http://hortonworks.com/ On Jan 20, 2015, at 10:36 PM, Arpit Gupta ar...@hortonworks.commailto:ar...@hortonworks.com wrote: Looks like there is still a problem I see the following

Re: downloads from archives.jenkins-ci.org never finish...

2015-01-22 Thread sweeney
When I started at my current employer I found thousands of copies of jenkins.war in /root on on of our Jenkins masters, mostly dated Nov 25 2013. I have just found and fixed our broken Puppet configuration that must have caused this. I'm trying to download now (I'm building a test Jenkins

Re: CLI regression or new error?

2015-01-22 Thread Barry Anderson
This was the tweet I sent last night - no response so not sure if @jenkinsci is considered a valid way to pass things on. @jenkinsci https://twitter.com/jenkinsci/ so, just to confirm: the regression in hudson.remoting.SynchronousCommandTransport$ReaderThread occurs in 1.576. 1.575 is good.