Problem displaying changelog page in Jenkins website

2013-02-21 Thread mpapo - Michaël Pailloncy
Hi, There seems to be a problem with the display of the changelogs page : http://jenkins-ci.org/changelog The current version of Jenkins is 1.502 and the page only displays those of 1.501 version. Changelogs of version 1.502 only appears if you click on 'Upcoming changes'. The Community Rating

Parametrized job question

2013-02-21 Thread luciano
Hello, I have a bash script which starts an EC2 instance and configures it. I run this script from Jenkins. Now I have another job which executes some code on a remote EC2 machine (git checkout, run some code). I would like to run the second job after the successful execution of the first one (c

Re: Parametrized job question

2013-02-21 Thread oliver gondža
Hi, This seems to do what you want https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin. -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send a

Re: Parametrized job question

2013-02-21 Thread luciano
Yes, even though I would like to use the Build Flow plugin to orchestrate the flow. Still, it is unclear to me how I can assign a Jenkins env variable from a shell script. L On Thursday, 21 February 2013 10:45:27 UTC+1, ogondza wrote: > > Hi, > > This seems to do what you want > https://wi

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-21 Thread Markus KARG
For those who also suffer from the same pain: I never had this problems again as soon as I updated to 1.502 and increases MaxPermGen to 128m. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Issue with Crowd2 Plugin using Jira User Server

2013-02-21 Thread Mitchell Smith
Hi, I use the JIRA User Server for multiple applications in my development process. Until now I have had no issues, however when I try to use it with Jenkins, the Jenkins UI seems to fall over and die. Jenkins Version: (WAR) 1.5.02 Jira Version: 5.2.6 After configuring the Jira Server to allow

Re: Parametrized job question

2013-02-21 Thread luciano
In case anyone has a similar requirement as mine, I ended up doing the following: >From the shell script which starts the EC2 instance I write to file the host name of the new instance. I use the EnvInject plugin to read the host na

Re: Parametrized job question

2013-02-21 Thread KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
You may want to consider using the EC2 plugin, to let it handle starting/stopping your slave instance and sending the job(s) to be run there automatically. The method you are using, though, is the most effective way to do what you are doing now. - Original Message - From: jenkinsci-u

Problem Publishing HTML Report

2013-02-21 Thread Trevor Hodde
I have a script that is kicked off through Jenkins which generates an html file and drops it in a directory located in the Jenkins project workspace. I have specified the location in the job configuration for publishing html reports, however the link to the published report only appears when vie

Re: git on jenkins

2013-02-21 Thread Kamal Ahmed
Strange thing is that if i use the git comand as a Shell Script within Jenkins, it works > > From: Johannes Wienke >To: jenkinsci-users@googlegroups.com >Cc: Kamal Ahmed >Sent: Tuesday, February 19, 2013 2:26 PM >Subject: Re: git on jenkins > >On 19.02.201

RE: Problem Publishing HTML Report

2013-02-21 Thread Stanley, Jason
Is this the first time you are configuring this action? Are you using the "Publish HTML reports" the Post-build Actions section of the job? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Trevor Hodde Sent: Thursday, February 21, 2013 10:31 AM To

Re: Problem Publishing HTML Report

2013-02-21 Thread Trevor Hodde
I have configured this action in the past for different jobs and I have not seen this issue. Yes, I'm using the “Publish HTML reports” the Post-build Actions sectionfor the job. On Thursday, February 21, 2013 10:37:35 AM UTC-5, Stanley, Jason wrote: > > > > Is this the first time you are con

Matrix build performs full checkout

2013-02-21 Thread Julian
Hi, I could only find a really old post through Google about this, but I notice that the Master node, when using SVN at least, always checks out everything even though my project only really builds things on a slave. For instance, I have a Windows master machine with an OSX project. The OSX sla

Anybody have any luck using Jenkins Selenium Grid plugin with WebDriver to execute Chrome?

2013-02-21 Thread bhill
Hi, I have a running instance of the Selenium Grid plugin running on Jenkins LTS 1.480.1. * I've configured the grid to use a chrome browser: > {seleniumProtocol=WebDriver, platform=LINUX, browserName=chrome, > maxInstances=5, jenkins.nodeName=CentOS 6 Java 7, version=24.0} * I've installed t

Re: SCM polling after build failure question...

2013-02-21 Thread Jeff
So my current theory is that the SCM version isn't getting updated after the 'mvn clean deploy -U' fails with a compile error. Here is the polling log for one build: Started on Feb 19, 2013 8:01:24 AM Received SCM poll call on for ResultsService (trunk) on Feb 19, 2013 8:01:26 AM http://svn/S

Re: Anybody have any luck using Jenkins Selenium Grid plugin with WebDriver to execute Chrome?

2013-02-21 Thread Les Mikesell
On Thu, Feb 21, 2013 at 2:38 PM, bhill wrote: >> >> ChromeTest.tearDown:35 NullPointer > > > Specifically, I'm confused by the error. I've read the documents that the > error mentions and I thought I was specifying the system property of > webdriver.chrome.driver. Has anyone ran into this? Ca

github plugin on Jenkins does not work for me, Windows Server 2012

2013-02-21 Thread Gong
here is the error message. Very confusion to me. a. The Jenkins slave is run from Java Web Starter, not a Windows Service. b. If I login the slave, the git command always work. c. If I start the slave from server, always fail. Here is the error message. Any tips on how to debug/trouble s

Re: github plugin on Jenkins does not work for me, Windows Server 2012

2013-02-21 Thread Chanda Unmack
Not sure if this is applicable to your situation, but when I had that issue I found that the user jenkins was running as was a system user, so the credentials did not match. Iirc, I ended up using the environment injector plugin to set the user to run the job as. hth chanda On Thu, Feb 21, 2013

Re: JUnit Attachment Plugin - NUnit option?

2013-02-21 Thread Christopher Orr
As far as I remember, the JUnit Attachment plugin code is pretty JUnit-specific, directly using the JUnit support in Jenkins' core. So I'd say there are a few potential alternatives: - Run your NUnit XML through an XSL transform to get JUnit XML, and use the existing plugin. - Do a load of work

Re: Issues after moving to 1.501 With Slave Nodes

2013-02-21 Thread Christopher Orr
On 02/20/2013 06:36 PM, Stephen Connolly wrote: I'm not complaining about the decision to make the change. I just don't see why the side effects had to be a surprise. They were hinted at in the security advisory... I do agree that there could have been better wording for that tho

Dependency without upstream calling downstream?

2013-02-21 Thread Xiao-Long Chen
Hi everyone, I'm having a bit of an issue with dependencies with in Jenkins. I can't seem to find a way to make one job depend on another without the second calling the first. Suppose I have JobA and JobB, where JobB depends on JobA. I want JobB to always run after JobA if both are set to run

How to customize the workspace root directory in the slave node? e.g. d:\wp

2013-02-21 Thread meng . zhaoxing1
Hi all, How to customize the workspace root directory in the slave node? e.g. d:\wp thanks ZTE Information Security Notice: The information contained in this mail (and any attachment transmitted herewith) is privileged and confidential a

Re: How to customize the workspace root directory in the slave node? e.g. d:\wp

2013-02-21 Thread Les Mikesell
On Thu, Feb 21, 2013 at 7:36 PM, wrote: > Hi all, > > How to customize the workspace root directory in the slave node? > > e.g. d:\wp > Put it in the 'Remote FS root' entry in the node configuration form. -- Les Mikesell lesmikes...@gmail.com -- You received this message because you a

答复: Re: How to customize the workspace root directory in the slave node? e.g. d:\wp

2013-02-21 Thread meng . zhaoxing1
The desired effect is d:\jenkinsslave\slave.jar d:\wp\job1 ... Instead of d:\jenkinsslave\slave.jar \workspace\job1 ... Les Mikesell 发件人: jenkinsci-users@googlegroups.com 2013-02-22 10:11 请答复 给 jenkinsci-users@googlegroups.com 收件人 jenkinsci-users@googlegroups.

Using formatted BUILD_ID in email ext plugin

2013-02-21 Thread alok kumar
Hi All, I am trying to use the formatted BUILD_ID in the content of the email-ext plugin, but, it is not able to resolve it. It instead just resolves it to the default format of BUILD_ID, whereas I have changed its format using the zentimestamp plugin. Can someone please help me in getting this re

Re: Using formatted BUILD_ID in email ext plugin

2013-02-21 Thread Slide
email-ext uses the following to get the BUILD_ID: build.getId(); How does the zentimestamp plugin modify the build id? On Thu, Feb 21, 2013 at 10:14 PM, alok kumar wrote: > Hi All, > I am trying to use the formatted BUILD_ID in the content of the email-ext > plugin, but, it is not able to res

how to trigger one job if two other succeeds?

2013-02-21 Thread Kenneth Nielsen
Hi all, I have a myriads of small jobs in Jenkins, to get fast feedback for my projects. And I have two big ones, one that build a server, and one that does the client. I want my installer build to be triggered if both are succeeding - how do I do that? some job triggering logic like Job1 &&

Re: onchange event in jelly

2013-02-21 Thread karthiktom
Hi Cody Zhang Did you get this working? Thanks Karthik On Tuesday, July 26, 2011 3:17:29 AM UTC+1, Cody Zhang wrote: > > Hi,All > I write an plugin with jelly。 > This is a question: how to use onchange ? > > branch: version: > [image: 20110726100324.