How to publish artifacts which will be still available via links on Jenkins?

2012-12-12 Thread zakyn
Hello, I have this situation. I have limited space on VM so I have to move the results(artifacts) to the another virtual HDD (for example \\file01\jenkins\results) but I need to have the links to these files still available from the Jenkins web pages. I went through the plugins but I did not

Re: Warnings-Plugin: How to access the path of current workspace?

2012-12-12 Thread Strausser, Barrett
You could probably do $JenkinsHome + "/jobs/" + $WorkSpace On Wed, Dec 12, 2012 at 5:58 PM, schneim wrote: > Hello, > > > I have created a custom warning parser. This works quite well. However, I > have trouble to display the content of the source files. > > I found out the path in the warnin

Warnings-Plugin: How to access the path of current workspace?

2012-12-12 Thread schneim
Hello, I have created a custom warning parser. This works quite well. However, I have trouble to display the content of the source files. I found out the path in the warning is only relative to the workspace path, e.g. $WORKSPACE/src/file.c But for displaying the source file, the plugin req

How to post jenkins build number to jira ticket?

2012-12-12 Thread apena
The posting of jenkins build numbers back to jira tickets is not working for us. I've recently inherited jenkins maintenance and need to get this feature working. We have the jenkins jira plugin 1.35, the jenkins jira Issue updater 1.3 and the perforce plugin 1.3.17 installed. From what i'v

Re: Problems with Windows Slaves: hudson.util.IOException2: remote file operation failed

2012-12-12 Thread Strausser, Barrett
Can you not install the Slave as a service on the machine? On Wed, Dec 12, 2012 at 4:00 PM, Joshua Boyd wrote: > On 12/6/2012 11:06 AM, Jerry wrote: > >> Hi, Joshua. When using the JNLP connection, I have found that we have >> gotten cryptic messages similar to this when the connection is los

Re: Getting started with slaves

2012-12-12 Thread Bill Wonch
Thanks! That seems to have done the trick. On Wed, Dec 12, 2012 at 1:41 PM, Strausser, Barrett < barrett.straus...@snapretail.com> wrote: > Yeah just move the slave. You should be able to just do D:\JenkinsSlave in > the node configuration. > > > On Wed, Dec 12, 2012 at 3:26 PM, Bill Wonch wro

Re: Problems with Windows Slaves: hudson.util.IOException2: remote file operation failed

2012-12-12 Thread Joshua Boyd
On 12/6/2012 11:06 AM, Jerry wrote: Hi, Joshua. When using the JNLP connection, I have found that we have gotten cryptic messages similar to this when the connection is lost. The JNLP connection is much more fragile than SSH, and if there is even a minor interruption in network connection, ever

Re: Getting started with slaves

2012-12-12 Thread Strausser, Barrett
Yeah just move the slave. You should be able to just do D:\JenkinsSlave in the node configuration. On Wed, Dec 12, 2012 at 3:26 PM, Bill Wonch wrote: > I probably could. I just used the jnlp method to create the slave but if > another metthod works better, I'm open to it. > > > On Wednesday, D

Re: Getting started with slaves

2012-12-12 Thread Bill Wonch
I probably could. I just used the jnlp method to create the slave but if another metthod works better, I'm open to it. On Wednesday, December 12, 2012 12:11:30 PM UTC-7, Bill Wonch wrote: > > Hi everyone - > > I just created my first slave node, and I get the following message when I > start it

Re: Getting started with slaves

2012-12-12 Thread Strausser, Barrett
Why don't you install the slave onto D:\ You are asking for headaches in the situation you are trying to pull. What does it say in your event log? Or in the slave logs? On Wed, Dec 12, 2012 at 2:11 PM, Bill Wonch wrote: > Hi everyone - > > I just created my first slave node, and I get the fol

Getting started with slaves

2012-12-12 Thread Bill Wonch
Hi everyone - I just created my first slave node, and I get the following message when I start it: Disk space is too low. Only 0.982GB left on C:\WINDOWS\Temp. I've done some research, and our JVMs are configured in such a way that C: is very small, so I changed the value of java.io.tmpdir to

Re: Restarting/cleaning a slave VM after build?

2012-12-12 Thread mark_kendzior
This is what we have done to implement something similar to what you want to do. 1. Create a single script for each node/slave. It will take a parameter start or stop. These will exist on the master. 2. In the start section you will have all the commands you want to run on the VM. (We revert an

Re: artifactory - cannot deselect publish build info

2012-12-12 Thread Russ Tremain
not a bad idea, but I believe this is an issue with the jenkins plugin. At 8:35 AM +0100 12/12/12, Evgeny Goldin wrote: I'd post this question to http://forums.jfrog.org/Artifactory-Users-f2377369.html On Wed, Dec 12, 2012 at 3:11 AM, Ru

Launching a JVM for each Build

2012-12-12 Thread El Hassane Benessy
Hi, I'd like to know the behavior of the Jenkins with JVM, when it's running multiple build Jobs. It launches a JVM for each job (or Build) ? Thank you for your answers.

Dead executor threads

2012-12-12 Thread Michael Powell
Hello, I've been experiencing frequently Dead executor Threads. Sometimes restarting the service fixes things but not always. It happens to be on the last project in the list, but don't know whether that has anything to do with anything. java.lang.ArrayIndexOutOfBoundsException: Assertion error:

Re: avoid multiple git repositories in matrix project

2012-12-12 Thread KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
Ahh, that makes complete sense. Before I replied I hadn't fully thought through the 'reference' aspect of these repositories, and thought you were using them as the source for build job clones. You might want to switch to "git push --mirror" instead, so that your clone repositories get pruned o

Role Strategie Plugin / Matrix Security - View Problems

2012-12-12 Thread Clemens
Hi Community, I'm working on a plugin, which collects different XML Files and creates different Tables and Graphs depending on the Entries in these Files.The XML's are located in the workspace of a job. You can also modifie them, to change Entries and create new ones. For this im using htmlrequ

Re: LDAP group authentication with jenkins

2012-12-12 Thread K96
Hi, I'm not familiar with LDAP, but I suppose it isn't easy to authenticate users with their LDAP groups. Instead, you can use 'authorization'. Try the followings for example: - enable 'matrix-based security' - add your LDAP account(cn) with the administrator role - add LDAP group acco

Re: GIT issues with a cloned job

2012-12-12 Thread Johannes Wienke
Hi, On 11.12.2012 17:37 schrieb bearrito: > I'd make sure you don't have any processes that have locks on your key > files (.rsa). > > Sometimes when Jenkins doesn't shutdown jobs correctly it will leave a > process open that maintains the lock. > > I'd shutdown the jenkins slaves on the machi

Re: avoid multiple git repositories in matrix project

2012-12-12 Thread Uwe Maurer
Thank you for the suggestions. I use symlinks now to point all workspaces to the same one. This seems to work well. On Wed, Dec 12, 2012 at 1:59 AM, Mark Waite wrote: > The cached copies reduce disc space usage even if they are out of date. > The "git clone" will point to objects which exist