Re: Jenkins cannot connect to X server on Debain 7.1

2014-03-31 Thread Dirk Heinrichs
Am 31.03.2014 08:02, schrieb Fatemeh Mehdizadeh: > FATAL: Cannot run program "vncserver" Is it installed? Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d.

Re: Jenkins cannot connect to X server on Debain 7.1

2014-03-31 Thread Fatemeh Mehdizadeh
| Is it installed? Actually I didn't install vncserver on the machine that can run the test. I'm new in jenkins and need your help. On Mon, Mar 31, 2014 at 11:52 AM, Dirk Heinrichs wrote: > Am 31.03.2014 08:02, schrieb Fatemeh Mehdizadeh: > > FATAL: Cannot run program "vncserver" > > > Is

Re: Any way to affect the recipient of the mail(ext) plugin recipient list ?

2014-03-31 Thread Max Rydahl Andersen
I found this issue: https://issues.jenkins-ci.org/browse/JENKINS-5942 it was closed as incomplete but as far as I can see it is exactly the problem - not possible to access environment variables set by the build in the actual mail. On Monday, March 31, 2014 8:16:41 AM UTC+2, Max Rydahl Anderse

Re: Jenkins cannot connect to X server on Debain 7.1

2014-03-31 Thread Dirk Heinrichs
Am 31.03.2014 09:37, schrieb Fatemeh Mehdizadeh: > Actually I didn't install vncserver on the machine that can run the test. > > I'm new in jenkins and need your help. This is a Debian issue: apt-get install vnc4server HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering

Re: Any way to affect the recipient of the mail(ext) plugin recipient list ?

2014-03-31 Thread Slide
Environment variables work fine, you use the ENV token like ${ENV, var="YOURVAR"}. You could also use a presend script to modify the recipient list using a groovy script. See the wiki for more info. On Mar 31, 2014 1:24 AM, "Max Rydahl Andersen" wrote: > I found this issue: https://issues.jenkins

Quoting of parameters: Gerrit Event Stream => Build Parameter => ANT Call

2014-03-31 Thread Dermagg B. Magnusson
Hello, hope someone can give some hints to the following problem: I have Jenkins Gerrit Trigger Plugin setup to listen to the Gerrit Event Stream. Jenkins: Jenkins ver. 1.509.4 Gerrit Trigger: 2.11.1 Running on Windows Server 2008 R2, 64 Bit Some parameter include the mail address of t

RE: Quoting of parameters: Gerrit Event Stream => Build Parameter => ANT Call

2014-03-31 Thread James Nord (jnord)
Hi Ralf/Dermagg? There are unfortunately a few different issues all around quoting (that effect different platforms differently) and to my knowledge there is not a good cross platform way to escape quotes. https://issues.jenkins-ci.org/browse/JENKINS-20808 https://issues.jenkins-ci.org/browse/J

RE: Quoting of parameters: Gerrit Event Stream => Build Parameter => ANT Call

2014-03-31 Thread James Nord (jnord)
I should have said there is a “Escape quotes in parameter values” in the advanced section of the Trigger, However this is only guaranteed to cause you pain. That is you can disable it to fix your current issue – however if someone checks in code with commit message containing a quote (single do

Re: Quoting of parameters: Gerrit Event Stream => Build Parameter => ANT Call

2014-03-31 Thread Dermagg B. Magnusson
Hi James, thanks for your reply. It pointed me to the right direction - and with that I was able to fix this - at least for my case: - In the Jenkins Job configuration, select the "Gerrit" part and expand "advanced" settings - Check "Do not pass compound 'name and email' parameters"

Can't delete Java VM Crash Reports

2014-03-31 Thread David Aldrich
Hi I am running Jenkins 1.552. The Java VM Crash Reports page lists some crash reports but when I try to delete them I get: HTTP ERROR 404 Problem accessing /jenkins/administrativeMonitor/jenkins.diagnosis.HsErrPidList/files/1/hs_err_pid29499.log/delete. Reason: Not Found How can I delete

Re: Build returning error code -1

2014-03-31 Thread Jeff Schmitz
Didn't notice if the stack was the same, but now I'm behind a firewall with a proxy server. I setup my command line git client and am able to use the https://... address to clone the github repository. So I setup the jenkins proxy page to match what I used for the git http.proxy and https.prox

Re: Build returning error code -1

2014-03-31 Thread Mark Waite
I think that means that the Jenkins process cannot convert proxy.boeing.cominto an IP address. Check that "nslookup proxy.boeing.com" returns a reasonable result from the computer which is hosting Jenkins. On Mon, Mar 31, 2014 at 8:22 AM, Jeff Schmitz wrote: > Didn't notice if the stack was th

java.lang.IllegalArgumentException: No matching Artifactory server was found in General Configuration.

2014-03-31 Thread Yong Wang
I was able to test the connection to Artificatory and it found the instance. Can someone explain this maven build error? Thank you for your help ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.comjava.lang.RuntimeException

Re: Multiple Git.exe processes running on my build server even when there are no builds going

2014-03-31 Thread S Day
it sounds like this is on the right track... the problem we're having is when we have too many ssh,git.exe,andconhosts running we're unable to fetch from git Building on master in workspace J:\jobs\Jobname\workspace Fetching changes from the remote Git repository Fetching upstream changes from s

Re: Multiple Git.exe processes running on my build server even when there are no builds going

2014-03-31 Thread S Day
it sounds like this is on the right track... the problem we're having is when we have too many ssh,git.exe,andconhosts running we're unable to fetch from git Building on master in workspace J:\jobs\Jobname\workspace Fetching changes from the remote Git repository Fetching upstream changes from s

Re: Multiple Git.exe processes running on my build server even when there are no builds going

2014-03-31 Thread Mark Waite
I think the core problem is the "Could not create directory c/Users/GitHubUserName/.ssh". Somehow, there is a permissions problem attempting to create that directory. As one guess, maybe you're running the Jenkins server on Windows as a service, and the service user does not have permission to cr

Re: Multiple Git.exe processes running on my build server even when there are no builds going

2014-03-31 Thread S Day
currently everything is building fine now after I shut down the multiple git, ssh and conhost .exe's. however once it balloons up again I know i'm going to have that issue. The service account has full write access to that folder currently and that folder already exists so the reason it can't cre

Re: Multiple Git.exe processes running on my build server even when there are no builds going

2014-03-31 Thread Mark Waite
You should use the git.exe from the bin directory, not from the cmd directory. On Mar 31, 2014 11:08 AM, "S Day" wrote: > currently everything is building fine now after I shut down the multiple > git, ssh and conhost .exe's. however once it balloons up again I know i'm > going to have that issu

Re: Run build only when requirements/development.txt or similar files have changed

2014-03-31 Thread Mauricio de Abreu Antunes
Anyone? Still trying to get it working. On Friday, March 21, 2014 6:36:37 PM UTC-3, Mauricio de Abreu Antunes wrote: > > Hello list > > I have a Django project running builds every day. My build process has a > shell command that compiles and install all my requirements located in > requirements

Re: Build returning error code -1

2014-03-31 Thread Richard Bywater
I'd say you have http:// in the proxy host name field - remove that and I think you'll be good. Richard. On Tuesday, April 1, 2014, Jeff Schmitz wrote: > Didn't notice if the stack was the same, but now I'm behind a firewall > with a proxy server. I setup my command line git client and am able

Re: Run build only when requirements/development.txt or similar files have changed

2014-03-31 Thread Benjamin Lau
Hash (shasum) a copy of the file. Store it as a build artifact in the project. When building grab the artifact from the last build compare it to the new value. If the same skip the step otherwise rebuild. Ben On Mon, Mar 31, 2014 at 11:19 AM, Mauricio de Abreu Antunes wrote: > Anyone? Still tryi

"Move" a job from a Linux master to a Windows master

2014-03-31 Thread Steve K
Hello, I'd like to bring along all of the job's history. Is there any way I can move a job from a Linux master to a Windows master? The Linux master is being decommissioned. Thanks in advance. Steve K. -- You received this message because you are subscribed to the Google Groups "Jenkins Users

Re: Jenkins User Conference 2014

2014-03-31 Thread grayaii
BTW, for the June 18th 2014 Boston Conference, are there other technical meetups going on in Boston that week that you know of? I would hate to fly up up there for just 1 day. Just curious. Thanks, Alex -- You received this message because you are subscribed to the Google Groups "Jenkins Users

Re: "Move" a job from a Linux master to a Windows master

2014-03-31 Thread Daniel Beck
It should suffice to just copy the files over to another Jenkins instance, and restart it. Make sure all plugins used in the job are available in compatible versions. Since you're switching OSes, you might need to delete the symbolic links, e.g. build number -> build ID links in the 'builds' di

Re: "Move" a job from a Linux master to a Windows master

2014-03-31 Thread Steve K
Thanks Daniel, I was concerned about how Windows was going to handle the Linux sym-links. When I copied a job from the Linux disk (shared via Samba) to Windows, Windows turned those sym-links into "real" files and directories. That probably means I'll have a lot of redundant data. The job appears

Re: "Move" a job from a Linux master to a Windows master

2014-03-31 Thread Steve K
Another problem is that certain aspects of the job continue to behave as if it is still running on Linux. As shown below, the job attempts to create a sym-link--even though it is now running on Windows (from the Console text): Started by user anonymous ln builds\lastSuccessfulBuild D:\Jenkins\j

Re: Test results not being displayed properly

2014-03-31 Thread Larry Meadors
I have the same issue - in my case, it seems that it's related to the name. I have a maven project with 2 builds - one is trunk the other is a branch (named "alex-integration-1.21"). Trunk works as expected. The branch creates a like to "/testResult" instead of to "/job/alex-integration-1.21/c

Re: Test results not being displayed properly

2014-03-31 Thread Larry Meadors
Yep, it was related to a name. I was checking out a repository named "branches/1.21" into a destination of "." (I think that 's the default). Changing "Local module directory" from "." to "branch" makes it work. /me shrugs Larry -- You received this message because you are subscribed to the G

Re: "Move" a job from a Linux master to a Windows master

2014-03-31 Thread Daniel Beck
On 31.03.2014, at 22:13, Steve K wrote: > As shown below, the job attempts to create a sym-link--even though it is now > running on Windows (from the Console text): Actually, Windows/NTFS have symbolic links (run 'mklink /?' in cmd). AFAIK, Jenkins uses them if possible. I'd try to copy the

Re: plugin wishlist/ideas

2014-03-31 Thread Tomáš Bambas
*rginga*, InstallShield Plugin 1.0.2 has been released. Thank you all for your suggestions. TB Dne pátek, 7. března 2014 14:54:31 UTC+1 rginga napsal(a): > > Tomas, I would take a look at the command line parameters for > IsCmdBld.exe and provide fields for each. > > > > You should allow to

how to get a API token for user

2014-03-31 Thread Maneesh M P
Hello, I use LDAP for authentication. Now I want to let a user create a new job through command line. When I did bit of googling around this topic, everyone talks about using a API Token for user to create job. How do I get corresponding api token of LDAP user ? Thanks, M -- You received t

Re: how to get a API token for user

2014-03-31 Thread Richard Bywater
In Jenkins go to the person's config page (/user//configure) and click on the Show API Token button. Richard. On Tue, Apr 1, 2014 at 11:23 AM, Maneesh M P wrote: > Hello, > > I use LDAP for authentication. Now I want to let a user create a new job > through command line. When I did bit of go

Question on TFS Plugin and TFs 2013

2014-03-31 Thread Dominick DeMaio
I have been working on making the switch from StarTeam to Team Foundation Server as our source control and it is certainly a welcome change. I had a question regarding the Team System Web access repository browser part of the plugin. It appears this plugin wants to add /cs.aspx?cs= where XXX