RE: M2 Release Plugin configuration does NOT appear in my job

2013-04-09 Thread James Nord (jnord)
HI Eric, The plugin only works with the m2/3 job type - so this is expected[1]. Regards, /James [1] https://wiki.jenkins-ci.org/display/JENKINS/M2+Release+Plugin From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Turley Sent: 08 April 2013 17:55

Re: email-ext groovy script groovy-html.template does not display

2013-04-09 Thread Kamal Ahmed
i am receiving email on the same host as jenkins ALSO, the jelly script DOES work, with URL:   but not the Groovy script , with the same URL, for yellow.gif > > From: Alex Earl >To: Kamal Ahmed ; "jenkinsci-users@googlegroups.com" > >Sent: Monday, April 8

How to order plugins

2013-04-09 Thread Bharathi Ramalingam
Hi All, I'm developing a build wrapper plugin which depends on the Builds user var plugin https://wiki.jenkins-ci.org/display/JENKINS/Build+User+Vars+Plugin to set few environment variables for the build. I have installed the plugin and when a job runs, My plugin is being executed first and

RE: email-ext groovy script groovy-html.template does not display

2013-04-09 Thread Alex Earl
Double check the generated html. Sent from my Windows Phone -- From: Kamal Ahmed Sent: 4/9/2013 4:40 To: jenkinsci-users@googlegroups.com Subject: Re: email-ext groovy script groovy-html.template does not display i am receiving email on the same host as jenkins ALSO, t

Re: Jenkins / Flexmojos 4.0-RC2 issue (Error: null)

2013-04-09 Thread teilo
spaces in the path (caused by spaces in the job name)? This is known to cause issues with some flaky maven mojos (although not used flexmojos...) and would be worthwhile ruling out. Writing configuration dump to C:\Jenkins\workspace\Common presentation - DEV\target\common-presentation-4.3-SNAPSH

Re: Jenkins / Flexmojos 4.0-RC2 issue (Error: null)

2013-04-09 Thread Bert Vandamme
Hi, Thanks for your quick reply, but I considered the spaces in the path and job name though. That doesn't seem to be the issue since the exact same project (and folder) built on a different location (e.g. C:\Jenkins\workspaze) works just fine, while building on the default location (C:\Jenkins

Re: email-ext groovy script groovy-html.template does not display

2013-04-09 Thread Kamal Ahmed
Alex, I am not sure "where" i can check the html, that is generated from the groovy, or jelly script. Could you give me a hint perhaps ? Thanks, -Kamal. > > From: Alex Earl >To: Kamal Ahmed ; "jenkinsci-users@googlegroups.com" > >Sent: Tuesday, April 9, 2013

Re: Jenkins / Flexmojos 4.0-RC2 issue (Error: null)

2013-04-09 Thread Bert Vandamme
Update: I was able to fix the issue by renaming the problem folder/job from "C:\Jenkins\workspace\Common presentation - DEV" to "C:\Jenkins\workspace\Common *P*resentation - DEV" If any can demystify this for me, that would be greatly appreciated... Cheers, Bert On Tuesday, 9 April 2013

Re: How to order plugins

2013-04-09 Thread Ulli Hafner
You can change the ordinal: @Extension(ordinal = 100) See JavaDoc of Extension for details. BTW: Please use the dev list for such questions… Ulli Am 09.04.2013 um 14:48 schrieb Bharathi Ramalingam : > Hi All, > I'm developing a build wrapper plugin which depends on the Builds user > v

Folders from jenkins folder plugin disappear after upgrade

2013-04-09 Thread Marijn van der Zee
Hello group, I just updated my Jenkins installation from 1.4.89 to 1.4.510. I'm using cloudbees folder plugin, and a bunch of other plugins. This update included the fix for Jenkins+Security+Advisory+2013-01-04

Re: Skype notifications from Jenkins

2013-04-09 Thread Christopher Orr
Hi there, For info, there's already an existing Skype plugin for Jenkins, in case you're interested: https://wiki.jenkins-ci.org/display/JENKINS/Skype+Plugin Regards, Chris On 09/04/13 08:50, Mikko Ohtamaa wrote: Hi, I and my friend have been working for a while on open source project Seva

Jenkins Build Failure

2013-04-09 Thread Scott Hoenigman
I am running Jenkins (v1.435) on CentOS and am running into the following issue while attempting to build one of my projects: Executing Maven: -B -f /var/lib/jenkins/jobs/NewProject/workspace/pom.xml install [INFO] Scanning for projects... [INFO] -

RE: Jenkins Build Failure

2013-04-09 Thread Stanley, Jason
Could the problem be you installed jre-1.6.0 and its looking for jdk-1.6.0? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Scott Hoenigman Sent: Tuesday, April 09, 2013 2:53 PM To: jenkinsci-users@googlegroups.com Subject: Jenkins Build Failure I

Want to create Jenkins user login, but name already exists

2013-04-09 Thread Richard J
Problem: I want to add a user to the Jenkins user list to give him job control in Jenkins, but Jenkins tells me the user already exists. The login ID I want to create is not in the list shown in the Manage Users page. Background: Using Jenkins 1.492 on Windows with Perforce (version control)

Re: Jenkins Build Failure

2013-04-09 Thread Scott Hoenigman
Yes... it seems that when you install OpenJDK as specified on https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributionsit for some reason installs only the JRE. I had to do the following to get it to work: yum remove java then yum install jav

Could not find or load main class org.apache.tools.ant.launch.Launcher

2013-04-09 Thread Sana Khawaja
I have installed Jenkins on windows and have some shell scipts to build android app however, when running ant commands( ant clean, etc) I get the following error: Could not find or load main class org.apache.tools.ant.launch.Launcher I have JAVA_HOME= C:\Program Files\Java\jdk1.7.0_17 ANT

Re: java.lang.NullPointerException when loading folders

2013-04-09 Thread Joshua Sinfield
Cheers for the info Vincent. Appreciate it. Josh On Monday, 8 April 2013 16:10:58 UTC+1, Vincent Latombe wrote: > > Hello, > > it's a regression that happened in 1.507 in core. I believe it has been > fixed in master but to be released in 1.511. > Also, I know that cloudbees did a 3.6 release of

RE: Want to create Jenkins user login, but name already exists

2013-04-09 Thread Andrew Kujtan
You might want to update to a later version, IIRC around 1.500 they did a bunch of fixes to the people page rendering to fix slow loading. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Richard J Sent: Tuesday, April 09, 2013 3:09 PM To: jenkinsci-

Store build meta data in a db

2013-04-09 Thread Ipoo Doh
Problem: I want to store build metadata in a db, things like Job and its build history details like The build number, time it started, time it ended, whether it succeeded, where the artiifacts are stored, wheather it has been promoted, its svn tag details, etc... Other tools like our automated

Re: Store build meta data in a db

2013-04-09 Thread Les Mikesell
On Tue, Apr 9, 2013 at 5:32 PM, Ipoo Doh wrote: > Problem: > I want to store build metadata in a db, things like Job and its build > history details like The build number, time it started, time it ended, > whether it succeeded, where the artiifacts are stored, wheather it has been > promoted, its

Re: How to order plugins

2013-04-09 Thread Bharathi Ramalingam
Thanks a lot Ulli. That helps. On Tuesday, April 9, 2013 8:33:22 PM UTC+5:30, Ullrich Hafner wrote: > > You can change the ordinal: > > @Extension(ordinal = 100) > > See JavaDoc of Extension for details. > > BTW: Please use the dev list for such questions… > > Ulli > > Am 09.04.2013 um 14:48 sc