Re: Problems with location of build workspace - not unique to each project - FIXED

2012-03-13 Thread Øyvind Harboe
On Mar 12, 6:18 pm, Sami Tikka wrote: > I think I have seen a Jenkins installation where JENKINS_HOME was a symlink. It's working now: - nuke install(removing symlinks) - install to /var/lib/jenkins using standard yum settings - move the contents of /var/lib/jenkins, except the generic home co

Re: About an influence range of Jenkins Security Advisory 2012-03-05.

2012-03-13 Thread masato izumiya
Thank you very much for replying to my question. We have plan to update Jenkins from 1.409.1 to 1.424.1 in too many mission critical server machines soon. And we have examined many plugins and functions to update Jenkins from 1.409.1 to 1.424.1. If we have to update Jenkins from 1.409.1 to 1.454 i

Contributions to MySQL Authentication Plugin

2012-03-13 Thread Chris S.
Hello, I want to do some contributions to the MySQL Authentication Plugin, to allow salted hashes. It seems that the plugin is dead. :/ What would be the best way to get them included?

Re: Digest for jenkinsci-users@googlegroups.com - 25 Messages in 14 Topics

2012-03-13 Thread Piet Debakker

Extension points: When to use the Describable/Descriptor pattern

2012-03-13 Thread Chris S.
Hello, I want to define an extension point, but I don't understand when to use the Describable/Descriptor pattern. The wiki page https://wiki.jenkins-ci.org/display/JENKINS/Defining+a+new+extension+point doesn't help me really. Thanks for any answers.

Re: Contributions to MySQL Authentication Plugin

2012-03-13 Thread Jesse Farinacci
Greetings, On Tue, Mar 13, 2012 at 7:12 AM, Chris S. wrote: > I want to do some contributions to the MySQL Authentication Plugin, to allow > salted hashes. > It seems that the plugin is dead. :/ > What would be the best way to get them included? 1. Create an issue for the enhancement - https://i

Re: About an influence range of Jenkins Security Advisory 2012-03-05.

2012-03-13 Thread Jesse Farinacci
Greetings, On Tue, Mar 13, 2012 at 4:49 AM, masato izumiya wrote: > If all pages of Jenkins have the risk of XSS, we should reexamine the > above plan. > But if only Manage pages have the risk of XSS, we need not update > Jenkins from 1.409.1 to 1.454 immediately. I think there may be some confu

OOM error in submodule build; Jenkins says "SUCCESS"

2012-03-13 Thread Drury, Tim
I've posted this issue on StackOverflow with screenshots here: http://stackoverflow.com/questions/9672641/strange-build-status-for-jenkins-maven-submodule This is Jenkins 1.450 building a Maven 3.0.4 project (as a maven project, not free form) with many submodules. I was noticing some strange b

Jenkins thinks job has died, but devenv still compiling?

2012-03-13 Thread Neil Bird
The subject is a bit of a mis-nomer as the Jenkins *job* plainly has died, but with a bizarre error, however the (VS2005) compilation is progressing without failure in the background (but Jenkins is now unaware of it). This is the relevant snippet of the job output: ErrorWnd.cpp HCIScr

email-ext - jelly script example for matrix job

2012-03-13 Thread dpreilan
I want to extend my email-ext template to report more meaningful reports for some matrix jobs In addition, I want to change so instead of a bunch of separate emails (12 in my case) for each matrix, 1 email from 'parent' job that contains status and information for the individual matrix runs. Anyb

FormValidation for an entry doesn't recognized

2012-03-13 Thread Chris S.
Hello, I am trying to use the *FormValidation* and I followed the basic guide (https://wiki.jenkins-ci.org/display/JENKINS/Basic+guide+to+Jelly+usage+in+Jenkins). In my jelly file is following: > help="/plugin/mysql-auth/help/salt.html" > field="saltPosition"> >

View - make available to all users

2012-03-13 Thread MartinD
I've been trying to create some views that will be available to all users, including anonymous visitors. But I can't find any way to make a view public.Can anyone tell me what I'm missing? We're using version 1.455, with Matrix-based security, using Jenkins's own user database. I'm logged in as a

Re: Jenkins thinks job has died, but devenv still compiling?

2012-03-13 Thread Mark Waite
Jenkins is probably trying to delete a file which Windows still has in use.  Windows probably has it in use because the "devenv" script started another program, the devenv script died, Jenkins thought the process had died, and Jenkins assumed it was time to cleanup after the job.   I thought it

Re: Jenkins thinks job has died, but devenv still compiling?

2012-03-13 Thread Neil Bird
Around about 13/03/12 16:22, Mark Waite typed ... I thought it was recommended not to use "devenv" for command line builds in Visual Studio (at least in older versions of Studio) for precisely this reason. I thought the devenv script started the IDE, then the devenv script exited, even though th

Re: Updating the CVS plugin killed my projects

2012-03-13 Thread Bernard Mckeever
I've had the same problem and tqrst IRC reported it in #jenkins aswell. I've asked in the channel for the update to be taken down, but that request has been ignored :( When I get a chance, I'm going to get a test install running to log a bug. On Friday, 17 February 2012 17:37:27 UTC, talksmall

Pipeline Plugin: Use compiled artifact from previous stage

2012-03-13 Thread Nicky Ramone
Hi Suppose I build a Java project with Maven and a two-stage pipeline: Stage 1: Packaging and unit-testing (here the jar is built and deployed into the repository manager) Stage 2: Deploy to QA (here the jar is grabbed from the repository manager and placed in the QA server) How can I know which

Re: Jenkins the OS X app now works on Lion

2012-03-13 Thread domi
why not add this one to the list of native installers/packages? /Domi On 10.03.2012, at 18:39, Sami Tikka wrote: > I'm glad to announce my alternative OS X installer for Jenkins is now > compatible with OS X 10.8 Lion. > > But why another Jenkins installer for OS X? Two reasons: > > 1) Jenkins.

Re: email-ext - jelly script example for matrix job

2012-03-13 Thread Slide
There is already an issue filed for something like this, I don't believe its currently doable. On Mar 13, 2012 8:25 AM, "dpreilan" wrote: > I want to extend my email-ext template to report more meaningful > reports for some matrix jobs > > In addition, I want to change so instead of a bunch of se

TFS Plugin - different location between master and slave

2012-03-13 Thread Raj
We have our Jenkins master on linux with the [Team Foundation Server - TF commandline executable] parameter set to /opt/TEE-CLC-10.1.0/tf. Our 'windows' slave has Visual Studio installed. The build fails on the slave because the /opt/TEE-.../tf tfs client is being called instead of the one include

TFS Plugin - different location between master and slave

2012-03-13 Thread Raj
We have our Jenkins master on linux with the [Team Foundation Server - TF commandline executable] parameter set to /opt/TEE-CLC-10.1.0/tf. Our 'windows' slave has Visual Studio installed. The build fails on the slave because the /opt/TEE-.../tf tfs client is being called instead of the one include

Re: Extension points: When to use the Describable/Descriptor pattern

2012-03-13 Thread Dean Yu
Hi Chris, You use the Describable/Descriptor pattern if you want to allow for configuration through the UI. Otherwise, you just need to use the ExtensionPoint marker interface. hudson.tasks.MailAddressResolver is an example of an extension point that doesn’t use Describables. -- Dean On 3

Re: Jenkins the OS X app now works on Lion

2012-03-13 Thread Sami Tikka
Well, I did talk about it on the developer list in last June, but back then the general feeling was the jenkins-as-launch-daemon was better because it can start without requiring a user to log in. And this is just 50 lines of applescript :) I'll try to add some more features to it so it doesn't ha