Re: sms notification

2012-07-09 Thread Les Mikesell
On Mon, Jul 9, 2012 at 8:56 PM, Gustavo Lira e Silva wrote: > is there any way to send sms for free? Unfortunately Twilio is paid = / Your mobile phone carrier might have an email gateway: http://en.wikipedia.org/wiki/List_of_SMS_gateways -- Les Mikesell lesmikes...@gmail.com

Re: sms notification

2012-07-09 Thread Andrew Melo
On Mon, Jul 9, 2012 at 8:56 PM, Gustavo Lira e Silva wrote: > is there any way to send sms for free? Unfortunately Twilio is paid = / I don't think you're gonna find a way around that, SMS isn't free. > > > 2012/7/9 Gustavo Lira e Silva >> >> This plugin is free for send sms (I just need this )

Re: sms notification

2012-07-09 Thread Gustavo Lira e Silva
is there any way to send sms for free? Unfortunately Twilio is paid = / 2012/7/9 Gustavo Lira e Silva > This plugin is free for send sms (I just need this )notification? > > 2012/7/9 R. Tyler Croy > > >> On Mon, 09 Jul 2012, Gustavo Lira e Silva wrote: >> >> > Hi to all, >> > >> > Sorry for thi

Re: sms notification

2012-07-09 Thread Gustavo Lira e Silva
This plugin is free for send sms (I just need this )notification? 2012/7/9 R. Tyler Croy > > On Mon, 09 Jul 2012, Gustavo Lira e Silva wrote: > > > Hi to all, > > > > Sorry for this simple questions, but how can I send a sms notification > > about the build results? > > You might find the Twilio

Re: sms notification

2012-07-09 Thread R. Tyler Croy
On Mon, 09 Jul 2012, Gustavo Lira e Silva wrote: > Hi to all, > > Sorry for this simple questions, but how can I send a sms notification > about the build results? You might find the Twilio plugin useful for this: - R. Tyler

Re: Call for testers: new Jekyll-powered jenkins-ci.org site

2012-07-09 Thread R. Tyler Croy
Updating the known issues: Known Issues: -- * Pagination takes you back to the home page, I'm still working on figuring this sucker out * Declared DOCTYPE doesn't validate * Changelog is not being pulled in properly (PHP hacks required, blech) - R. Tyler Croy

Re: Call for testers: new Jekyll-powered jenkins-ci.org site

2012-07-09 Thread R. Tyler Croy
On Mon, 09 Jul 2012, Vojtech Juranek wrote: > great job, no rendering problems spotted in Opera and Konqueror. > The only thing I spot, which work on jenkins-ci.org and doesn't on jekyll > stage server, is redirect to JIRAs, e.g. > http://jenkins-ci.org/issue/14113 redirects to JENKINS-14113, wh

Stack trace when sending email from Jenkins

2012-07-09 Thread Melissa Mann
Hi, When I send an email from Jenkins, I get a stack trace (SMTPSendFailedException), but the email is received successfully. I can reproduce this when I send emails after failed builds as well as by running Test configuration by sending test email. I'm using sendmail on my localhost and am not

Re: Call for testers: new Jekyll-powered jenkins-ci.org site

2012-07-09 Thread Vojtech Juranek
great job, no rendering problems spotted in Opera and Konqueror. The only thing I spot, which work on jenkins-ci.org and doesn't on jekyll stage server, is redirect to JIRAs, e.g. http://jenkins-ci.org/issue/14113 redirects to JENKINS-14113, while on jekyll results into HTTP 404 On Saturday 07 J

sms notification

2012-07-09 Thread Gustavo Lira e Silva
Hi to all, Sorry for this simple questions, but how can I send a sms notification about the build results?

Re: Call for testers: new Jekyll-powered jenkins-ci.org site

2012-07-09 Thread Kohsuke Kawaguchi
This looks great, and I like being able to version control everything. 2012/7/7 R. Tyler Croy : > > > It's long been on my TODO, switching us away from Drupal to something that > mapped to our needs more easily: Jekyll. > > Jekyll is a static-site generator, which when combined with Markdown and

Re: The authorization of the Artifactory in Jenkins does not work.

2012-07-09 Thread José Ricardo
I tried to use this plugin but it doesn´t changed the admin credentials used to deploy artifacts (I configured the credentials in Manage Jenkins -> Configure System), see the line of erros bellow: [DEBUG] Using connector WagonRepositoryConnector with priority 0 for http://170.20.105.25:8080/art

Re: The authorization of the Artifactory in Jenkins does not work.

2012-07-09 Thread José Ricardo
I´m using Maven 3.0.4 Em sexta-feira, 6 de julho de 2012 13h49min23s UTC-4, Noam Y. Tenne escreveu: > > Hi, > > What version of Maven do you use? > Try running within the same environment "*mvn help:effective-settings*" > and make sure that the configuration you expect actually applies. > > -No

Re: Delay after channel stopped message

2012-07-09 Thread arne
That's an Issue in the Jenkins Bugtracker: https://issues.jenkins-ci.org/browse/JENKINS-7678 Unfortunately there seem to be no further insights so far. -- View this message in context: http://jenkins.361315.n4.nabble.com/Delay-after-channel-stopped-message-tp4629279p4634220.html Sent from the Je

Re: Run Jenkins in a distributed environment

2012-07-09 Thread Thomas Sundberg
On 9 July 2012 13:38, Kamal Ahmed wrote: > Hi > > I have 18000 SOAtest Functional tests running on a single instance of > Jenkins and takes more than 5 hours to complete, is there a way to > distribute them on multiple slaves, but trigger from a single instance of > test since its ONE ant task and

Re: Mail ext and committers notification

2012-07-09 Thread Slide
The email-ext plugin has its own email recipients field, because it is a different setup than the default mailer. While not explicitly discussed in the documentation on the wiki, all examples show filling out the Project Recipient field in either project level or in individual triggers. DEFAULT_RE

Re: Mail ext and committers notification

2012-07-09 Thread Neil Bird
Around about 07/07/12 09:18, Miguel Angel Pastor Olivar typed ... When I configure the plugin, for example, to send an email on every unstable build to all the committers which make this build unstable I get an email only for one person, the one who pushed this commit to the master branch. Yo

Re: idle jenkings but constantly very high cpu usage

2012-07-09 Thread Les Mikesell
On Mon, Jul 9, 2012 at 1:55 AM, Denis Walrave wrote: > THANKS! > > I had been struggling with this (hudson in my case...) before I read your > post... It is just coincidental that the problem shows up in java - it is really the kernel's thread handling that was messed up by a bug in handling the

Re: NPE in Matrix job

2012-07-09 Thread Andrew Melo
On Mon, Jul 9, 2012 at 9:02 AM, Andrew Melo wrote: > Hello, > > For jenkins version 1.473, a job that previously worked is now failing with: > > SEVERE: Failed Loading job WMCore-UnitTests-try > java.lang.NullPointerException > at > hudson.matrix.MatrixProject.updateTransientActions(Matri

NPE in Matrix job

2012-07-09 Thread Andrew Melo
Hello, For jenkins version 1.473, a job that previously worked is now failing with: SEVERE: Failed Loading job WMCore-UnitTests-try java.lang.NullPointerException at hudson.matrix.MatrixProject.updateTransientActions(MatrixProject.java:431) at hudson.model.AbstractProject.onLoad(

Re: Call for testers: new Jekyll-powered jenkins-ci.org site

2012-07-09 Thread Jesse Farinacci
Greetings, On Sun, Jul 8, 2012 at 1:16 AM, R. Tyler Croy wrote: > The beta-version of the site is here: > The repository is here: > > I would appreciate it if you poked around the new site, and replied to this > thread w

Run Jenkins in a distributed environment

2012-07-09 Thread Kamal Ahmed
Hi I have 18000 SOAtest Functional tests running on a single instance of Jenkins and takes more than 5 hours to complete, is there a way to distribute them on multiple slaves, but trigger from a single instance of test since its ONE ant task and one build.xml Any ideas would be appreciated Than

Re: idle jenkings but constantly very high cpu usage

2012-07-09 Thread Denis Walrave
THANKS! I had been struggling with this (hudson in my case...) before I read your post... Denis