Parallel Deployment+ Tomcat 7.x + Grails 2.2.x

2013-03-20 Thread AdoTedo
Hi I'll be concise, sorry. I know there was a similar issue bug n.13855, but it seems not to be fixed in my environment. Jenkins 1.506 Tomcat 7.0.35 Grails 2.2.1 If I deploy a normal war everything works fine, if I deploy a with a parallel deployment (name##version_number.war) it fails, even if

Re: EXTERNAL: Build name setting

2013-03-20 Thread Umesh Padhye
Hi Jeff, This text file gets created at a particular location when I install my Application. So we can say its automatic. Umesh On Thu, Mar 21, 2013 at 1:36 AM, Ng, Jeff wrote: > How is the text file ABC.txt getting created (manually, script, etc.)?*** > * > > ** ** > > -Jeff Ng > > ** *

Build of first commit on git branch does not show changes

2013-03-20 Thread Brian Jones
Is it possible to get Jenkins to detect and report "Changes" for the first commit on a new branch/build? I'm setting up feature based development in git: * Feature branches are named after an issue ID (e.g., JIRA issue ID) * Feature branches based on git master branch * Commits to feature branch

Maven jenkins build is throwing exception.

2013-03-20 Thread devanand
Hi, I am getting following exception even though i can see my build is successfull. I can see on local box this has artifact available but still i can see this error whenever i run my jenkins maven build job Please check the attachment of configuration which i am doingn for this project..

Re: الزعتر علاج أكثر فعالية لحب الشباب/آخر ماصنع في اليابان !!!!!!!!!!/انظر مالذي حدث عندما فتح باب الكعبة!/عندما تهدي جدك آي باد ،، انظر ماذا يحدث

2013-03-20 Thread Peter Miklosko
It makes me wonder if there is any admin at all??? Deleted/marked as spam about 10 messages yesterday from google group website, tweeted to jenkins-ci, but so far no reply or action taken 2013/3/20 Ken Beal > To the list admins: > > ** ** > > Can we please stop this spam that has been h

Re: Getting exception when trying to build maven project by perforce plugin

2013-03-20 Thread devanand
Yes i had corrected earlier but some how Jenkins was not able to delete this information from it's cache, Even i restarted many times... Eventually i needed to delete that proejct and resetup again.. Then only it corrected the value with -"XX:MaxPermSize=128m". After correcting this i am not

RE: الزعتر علاج أكثر فعالية لحب الشباب/آخر ماصنع في اليابان !!!!!!!!!!/انظر مالذي حدث عندما فتح باب الكعبة!/عندما تهدي جدك آي باد ،، انظر ماذا يحدث

2013-03-20 Thread Ken Beal
To the list admins: Can we please stop this spam that has been happening almost daily for about two weeks? I am the third person to make this request. Thanks, Ken From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of James James Sent: Wed

Re: [Perforce Plugin] New to this - issues linking hudson with perforce

2013-03-20 Thread mark_kendzior
I know nothing about flash builder but a quick search shows there is a way to build from a command line http://help.adobe.com/en_US/Flex/4.0/UsingFlashBuilder/WSbde04e3d3e6474c4-59108b2e1215eb9d5e4-8000.html In your build job add a build step that will launch the command line build of Flash bui

Re: Getting exception when trying to build maven project by perforce plugin

2013-03-20 Thread Eric Pyle
A simple syntax error. It should be "-XX:MaxPermSize=128m" Eric On 3/20/2013 4:06 PM, devanand wrote: Hi, I am getting following exception while executing my maven project in Jenkins. Parsing POMs [sample-project] $ "C:\Program Files\Java\jdk1.6.0_38_backup/bin/java" -Xmx512m -XX:MaxPermS

RE: EXTERNAL: Build name setting

2013-03-20 Thread Ng, Jeff
How is the text file ABC.txt getting created (manually, script, etc.)? -Jeff Ng From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Umesh Padhye Sent: Wednesday, March 20, 2013 1:27 PM To: jenkinsci-users@googlegroups.com Subject: Re: EXTERNAL: Build nam

Getting exception when trying to build maven project by perforce plugin

2013-03-20 Thread devanand
Hi, I am getting following exception while executing my maven project in Jenkins. Parsing POMs [sample-project] $ "C:\Program Files\Java\jdk1.6.0_38_backup/bin/java" -Xmx512m -XX:MaxPermSize-128m -cp C:\Jenkins\plugins\maven-plugin\WEB-INF\lib\maven3-agent-1.2.jar;C:\apache-maven-3.0.3\boot\p

الزعتر علاج أكثر فعالية لحب الشباب/آخر ماصنع في اليابان !!!!!!!!!!/انظر مالذي حدث عندما فتح باب الكعبة!/عندما تهدي جدك آي باد ،، انظر ماذا يحدث

2013-03-20 Thread James James
*حتي الجمال تكره اليهود سبحان الله * * * *انظر مالذي حدث عندما فتح باب الكعبة! *** * * *أغرب بنت فى تقليد للحيوانات

Re: EXTERNAL: Build name setting

2013-03-20 Thread Umesh Padhye
Hello Jeff, I am new to Java as well as Jenkins. Please let me know how to write properties file from text file. Lets say I have text file ABC.txt, it has got 3 lines builddate, time stamp revision no. package id Now I want to extract and store 1st line till builddate only in the java property

git stack after showing version number

2013-03-20 Thread Albert
Hi, I am using github plugin to pull code from a github public repo. I got ssh key set up. However, the github plugin stall after showing the version number of git. here is the screen shot. Any idea on what could be wrong??? Started by user Albert Cheng

RE: EXTERNAL: Build name setting

2013-03-20 Thread Ng, Jeff
Here's how I do it using the "build-name-setter" and "Post_build_task" plugins: The "build-name-setter" plugin can read a value from a property file in the workspace. It reads it twice during a job run; first before any build tasks are executed, then again after all build tasks complete success

Re: How to connect to a Linux slave?

2013-03-20 Thread Jonathan Rogers
David Aldrich wrote: > Hi Les, > > Yes I have and I have entered the correct username and password. But I still > get: > > [03/20/13 16:56:01] [SSH] Opening SSH connection to tmds404:22. > java.io.IOException: There was a problem while connecting to tmds404:22 > at com.trilead.ssh2.Connecti

RE: How to connect to a Linux slave?

2013-03-20 Thread David Aldrich
Hi Les, Yes I have and I have entered the correct username and password. But I still get: [03/20/13 16:56:01] [SSH] Opening SSH connection to tmds404:22. java.io.IOException: There was a problem while connecting to tmds404:22 at com.trilead.ssh2.Connection.connect(Connection.java:793)

Re: How to connect to a Linux slave?

2013-03-20 Thread Les Mikesell
On Wed, Mar 20, 2013 at 11:51 AM, David Aldrich wrote: > > > The existing slaves aren’t using public key authentication so they must be > using passwords. How would password authentication normally be set up to > work in Jenkins? > Did you click the 'advanced' button under the 'launch slave agen

RE: How to connect to a Linux slave?

2013-03-20 Thread David Aldrich
Hi Jonathan Thanks for your reply. You wrote: ... If they're not using public key authentication, they must be using a different mechanism, like passwords. The existing slaves aren't using public key authentication so they must be using passwords. How would password authentication normally be

Re: How to connect to a Linux slave?

2013-03-20 Thread JonathanRRogers
On Wednesday, March 20, 2013 9:47:32 AM UTC-4, David Aldrich wrote: > > Hi > > > > We have a Linux Jenkins master that connects to many Jenkins slaves that > run Centos 5. I am trying to add a Ubuntu 12.04 slave but I get an error: > > > > [03/20/13 13:44:31] [SSH] Opening SSH connection t

Plugin Manager Issues

2013-03-20 Thread James Thompson
Setting up a jenkins instance behind a proxy as the host doesn't have access to the internet. Both the Updates and the Available tabs come up empty. Under advanced settings I've set Server to the FQDN of our proxy as well as the port. I've left user name and password blank (though jenkins fi

Re: How do I change my Jenkins JIRA password?

2013-03-20 Thread Jeff
Okay, I'm losing my mind. I would have sworn I went to the "Update your profile" on that account link and it took me to the JIRA profile page which has no reset password functionality. The page I see today did have it. Thanks! On Wed, Mar 20, 2013 at 9:02 AM, Jeff wrote: > That is what I did

Re: How do I change my Jenkins JIRA password?

2013-03-20 Thread Jeff
That is what I did to get a temporary password sent to my email. I now want to change the password from the temporary password to one I can remember. I can't find where to do that. On Wed, Mar 20, 2013 at 8:07 AM, Christopher Orr wrote: > https://jenkins-ci.org/**account/

Re: jenkins 1.506 m2release plugin issue JSONNull cannot be cast to JSONObject

2013-03-20 Thread Jeff
I hit that also and applied the patched m2 release plugin .HPI file attached to that defect. I use GIT + SSH and when I do a release, I have NO options checked when I do the release. On Wed, Mar 20, 2013 at 1:01 AM, Tomek Kaczanowski < kaczanowski.to...@gmail.com> wrote: > thank you, this is ex

Xcode Plugin: Unit test output stops

2013-03-20 Thread Greg Cooksey
Hi, I'm having a problem with the Xcode plugin, and I'm not sure whether this is the correct place to ask about plugin issues. Please let me know if there's another place that would be more useful. I'm working on getting application unit tests going in our CI environment, and I'm seeing some w

Re: How do I change my Jenkins JIRA password?

2013-03-20 Thread Christopher Orr
https://jenkins-ci.org/account/ On 19/03/13 21:46, Jeff wrote: I'm trying to update my password on the Jenkins JIRA system after receiving my temporary auto-generated password, but there is no change password link anywhere on my profile page. The help says it is not shown if using an external

Build name setting

2013-03-20 Thread Umesh Padhye
Hello, Below is my requirement. I am grabbing build date info from a text file for my application and I want to set that as build name in Jenkins. I tried approach of env var as build name. I was running few batch files to extract build info from text file and setting them as env var. But Jenkin

How to connect to a Linux slave?

2013-03-20 Thread David Aldrich
Hi We have a Linux Jenkins master that connects to many Jenkins slaves that run Centos 5. I am trying to add a Ubuntu 12.04 slave but I get an error: [03/20/13 13:44:31] [SSH] Opening SSH connection to t4:22. java.io.IOException: There was a problem while connecting to t4:22 at com.tril

Re: Email-ext plugin Groovy Grab

2013-03-20 Thread Slide
I'll take a look and give some comments as soon as I can. On Tue, Mar 19, 2013 at 10:37 PM, Rahul Somasunderam wrote: > I've created a PR with some unit tests, however I'm unable to get this to > work on Jenkins. It looks like my code is just not being called. Obviously > I'm missing something,

Jenkins 1.506 and Maven 3.0.5

2013-03-20 Thread cjs1976
Hi! Today I updated to Jenkins 1.506. After that I wanted to change the configuration vom 3.0.4 to 3.0.5, but I can't choose 3.0.5 in the list, there is no entry!? Greetings, Christian. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To uns

Re: How to upgrade Jenkins manually?

2013-03-20 Thread cjs1976
After playing some hours, I found the very simple solution: 1. Stop GlassFish service. 2. Delete the whole content of the jenkins folder in the applications folder of the domain of the GlassFish. 3. Extract the new war file into the jenkins folder on the applications folder of the domain of th

RE: Re:Job works but Jenkins reports svn access problem

2013-03-20 Thread David Aldrich
Thanks Kevin. I mangled the url for security reasons. I wonder if the reason that the Jenkins master complains about the svn url has to do with this: http://stackoverflow.com/questions/12625614/jenkins-not-able-to-use-svn-credentials-or-download-new-plugins-new-versions which advises to try st

Re: How to upgrade Jenkins manually?

2013-03-20 Thread cjs1976
Hello Mark! I have to support many different Java EE applications. And I brought them all together under GlassFish, so that I don't need to have a lot of different systems running. So in this case, I am not able to change to another application server. I choosed GlassFish because its the refer

Re: jenkins 1.506 m2release plugin issue JSONNull cannot be cast to JSONObject

2013-03-20 Thread Tomek Kaczanowski
thank you, this is exactly what I did based on the description from https://issues.jenkins-ci.org/browse/JENKINS-13465 -- 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 an em