Jenkins App

2014-07-04 Thread Herman De Vries
Hi all, We have developed a jenkins app to monitor all jobs, builds, artifacts and console outputs and on top to easy install the APKs of Android jobs. It would be great if you could have a look at the app, and l

$changes does not send change log in email

2014-07-04 Thread Kirti Ranjan Parida
I need to include changelog in the email Jenkins send after build along with build log.$changes does not send change log in email.Any idea ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-04 Thread roman . pickl
Good Morning, I've updated to yesterdays release of Deploy Plugin 1.10 and I'm trying to deploy to a running JBoss 7.x. After setting up the credentials and URL and running the Job, I get the following error: ERROR: Publisher hudson.plugins.deploy.DeployPublisher aborted due to exception org.

Re: Jenkins App

2014-07-04 Thread Irfan Sayed
is this app for public jenkins url which are accessible publicly ? regards On Fri, Jul 4, 2014 at 1:53 PM, Herman De Vries wrote: > Hi all, > > We have developed a jenkins app > > to > monitor all jobs, builds,

Re: Problem running batch script from Jenkins - help please!

2014-07-04 Thread corneil.duples...@gmail.com
Another thing to keep in mind is to keep your scripts and build simple so that they modify local artefacts and then use a plugin to copy/publish the artefacts where you want them. On 3 July 2014 22:41, Slide wrote: > Yes, the service will be running as the local service account which > usually

Re: Problem with Clearcase plugin running many builds in parallel

2014-07-04 Thread Sascha Herrmann
Hi! Version 1.5.1 doesn't work or I am doing it wrong. I set the delay to "2" in the settings, but when I come back to the settings after saving, it's "0" again, and there is no delay applied in endview according to the logs. Sascha -- You received this message because you are subscribed to

Jenkins is translating paths in the output from C:\ to web http addresses

2014-07-04 Thread Notes Jonny
Hello When a build fails in Jenkins 1.568 I get an email which contains different content to the "console" output Email output: Fail current directory: Fail exit current directory: But it should be: Fail curr

Jenkins Windows7 v1.568 Runs as "LocalService" SYSTEM permissions problem

2014-07-04 Thread Notes Jonny
Hello I've posted this issue as a ticket: https://issues.jenkins-ci.org/browse/JENKINS-23655 Could I ask for any help please. I am running Jenkins 1.568 on Windows7. If I run as default, the Jenkins service runs as LocalService, which is user "SYSTEM" and files show up as being owned by "Admini

Re: Problem with Clearcase plugin running many builds in parallel

2014-07-04 Thread Vincent Latombe
Eh, if it comes back to 0, there must be an issue, I will check that back. Vincent 2014-07-04 17:00 GMT+02:00 Sascha Herrmann : > Hi! > > Version 1.5.1 doesn't work or I am doing it wrong. > > I set the delay to "2" in the settings, but when I come back to the > settings after saving, it's

Re: Jenkins App

2014-07-04 Thread Herman De Vries
No, also private url. On Friday, July 4, 2014, Irfan Sayed wrote: > is this app for public jenkins url which are accessible publicly ? > > regards > > > > On Fri, Jul 4, 2014 at 1:53 PM, Herman De Vries > wrote: > >> Hi all, >> >> We have developed a jenkins app >>

passing -X to maven build doesn't include all debug output

2014-07-04 Thread Kay Pac
I added -X to my goals and options setting for my maven 3 jenkins project configuration. I am getting more debug output than before, but I am still not seeing all the debug output I get when building in my dev environment. I've checked the maven distribution's settings.xml and the jenkins user's

Re: passing -X to maven build doesn't include all debug output

2014-07-04 Thread Kay Pac
I neglected to include my Jenkins version. I upgraded to the latest and greatest jenkins (1.570) and I have the same output. I am going to investigate the maven-jenkins integration to see if this yields fruit. Still hoping for help from the list! Although obviously its a holiday weekend. :) O