Is it possible to reload a job configuration without restarting?

2012-08-09 Thread Christian Wolfgang
Hi. Is it possible to reload a job configuration without restarting? I know, that I can reload all configurations, but I need to reload a specific job's configuration. Thanks Christian

Re: Is it possible to reload a job configuration without restarting?

2012-08-09 Thread Michaël Pailloncy
A similar subject has been create : http://jenkins.361315.n4.nabble.com/Reload-Job-config-xml-programmatically-td4636146.html Your need is to reload it programmatically ? Or with the Jenkins UI ? 2012/8/9 Christian Wolfgang c...@praqma.net Hi. Is it possible to reload a job configuration

How to pass $jenkins-workspace variable in ant task

2012-08-09 Thread Kamal Ahmed
Hi, I used: report=${jenkins-workspace}/SoaTestJenkinsReports/report.html but its being translated as  drwxr-xr-x. 3 jenkins jenkins     4096 Aug  7 10:02 The JENKINS workspace location passed from command line.

Re: How to pass $jenkins-workspace variable in ant task

2012-08-09 Thread Riccardo Foschia
Hi, using enviroment variable WORKSPACE works for me, i.e. in ant do something like property environment=env/ echo message=${env.WORKSPACE}/ Regards, Riccardo Am 09.08.2012 13:53, schrieb Kamal Ahmed: Hi, I used: report=${jenkins-workspace}/SoaTestJenkinsReports/report.html but its

Returning 404 rather than 403

2012-08-09 Thread Tim Pizey
Hi, I have done a little googleing around the practice of returning 404 rather than 403 for unauthorised access. Most people seem to think it is bad practice. I imagine the motivation is to prevent automatic url guessing. It would be preferable, for me, if a redirect (307 Temporary Redirect)

SVN changes/commit messages, and env variable

2012-08-09 Thread Michael Hüttermann
Hello, with Subversion, how can I get the SCM changes that triggered that Jenkins build (the change log, or part of it) and assign that to an environment variable for further usage, if not already present in an env variable somehow? The question with slightly another direction: where in a build

Re: Constantly logged out of Jenkins when using Chrome

2012-08-09 Thread Grover Blue
I' have the same issue using Firefox. Here are my Jenkins details: Jenkins ver. 1.430 Bugzilla Pluginv1.5 Jenkins Subversion Plug-in v1.42 Jenkins Subversion Tagging Plugin v1.16 javadoc v1.0 Maven 2 Project Plugin v1.419 Build Pipeline Plugin v1.3.3 Jenkins Sonar Plugin v1.8 Deploy to

Re: Constantly logged out of Jenkins when using Chrome

2012-08-09 Thread Grover Blue
I restarted Jenkins with a clean log file and attempt to modify the config, and so far everything seems to be related to an Active Directory issue when trying to bind user permissions set in Jenkins with users in AD. I tried testing the AD settings, and they are not working anymore. Strange,

Re: No fingerprint matches between two records error

2012-08-09 Thread Jminne
the files that are checked for fingerprints do have to be archived. On Thursday, August 9, 2012 3:04:29 AM UTC-5, Varghese Renny wrote: I have two dependent projects. In both project two files are there in common..i have given this file x.java in both dependent projects..But still showing

Changing the value for a Maving setting

2012-08-09 Thread SamL
Hello Folks. I am setting some Maven jobs in Jenkins that need to have a value changed each time it runs. So it would look like the following: So one of the setting for Goal and options looks like the following: -Dorg.jenkins.job.mercurial.revision=$REV_NUM The REV_NUM has to be

backup/restore publish over ssh servers

2012-08-09 Thread Brant Boehmann
I am using the publish over ssh plugin. I have roughly 100 different servers configured for various applications to get automatically deployed to in a development environment. We have outgrown our Jenkins environment and are configuring a new environment using EC2. I'd like to somehow export all

FreedomSponsors plugin on Jenkins JIRA

2012-08-09 Thread Tony França
Hi all, As of yesterday, Jenkins' JIRA now has a Sponsor This section with a (discrete) green link to sponsor this issue on FreedomSponsorshttp://www.freedomsponsors.org/ . A big thank you to the Jenkins crew for believing in the FS idea, and installing our plugin on your JIRA. For the ones of

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread Sami Tikka
This is just a wild guess because I do not use windows: Could it be Jenkins aborts the build when it sees the exit 2 ? For Linux and Mac versions of Jenkins it is a sign of failure when a build script exits with non-zero exit code. -- Sami bearrito j.barrett.straus...@gmail.com kirjoitti

Re: Delete button on build steps not working

2012-08-09 Thread Stuart Whelan
Thanks Chris and Alex, I just grabbed the 477 build and the problem is solved. Appreciate the help! Stuart. On Wed, Aug 8, 2012 at 8:58 PM, cjo cjo.john...@gmail.com wrote: There were several issues linked to this problem and they all started in 1.474, where the javascript was separated out

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread Scott Evans
Just a thought - are the successes and failures both running on the same agent box? If not, then perhaps one is configured differently than the other. Scott On Thu, Aug 9, 2012 at 9:04 PM, j.barrett strausser j.barrett.straus...@gmail.com wrote: That's absolutely the reason it is being marked

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread j.barrett strausser
Same box. A failed build tends to be followed by a successful build. Hence, I was thinking making there is some resource contention taking place. Again from my log snippet I really feel there is an issue spawning the powershell session. -barrett On Thu, Aug 9, 2012 at 11:10 PM, Scott Evans

Re: Build step 'Execute Windows batch command' marked build as failure

2012-08-09 Thread Scott Evans
Grasping at straws here late at night - 1. Do you have multiple builds running in separate agents at the same time, or just one agent active? Do you have anything else running that might be using powershell at the same time? I've not used it so I don't know how it works if you try and spawn

Re: Selenium crashes Chrome when running from Jenkins

2012-08-09 Thread Sami Tikka
Unless you have changed the configuration by hand, the native OS X package sets up Jenkins as a launch daemon. Launch daemons have no access to window server, thus they are unable to display windows, like chrome. You must run Jenkins as a launch agent or use

Re: Immortal phantom build

2012-08-09 Thread Richard Bywater
I think the last few times that's happened to me its been memory related (e.g. out of PermGen). Think it spat some errors out to the Winstone wrapper.log. Possibly not related to your issue but just in case... Cheers Richard. On Fri, Aug 10, 2012 at 11:44 AM, Cliffano Subagio cliff...@gmail.com