Re: Email-ext doens't send email to 'requestor'

2014-01-11 Thread Avihay Eyal
post your build log. On Jan 9, 2014 5:17 AM, Avihay Eyal aviha...@gmail.com wrote: Hi, I added a post build event that sends an email upon 'Failure' to the 'Requestor'. This is a trigger that I added under the 'Advanced' section of the Email-ext plugin. Unfortunately, no email is sent

Re: Email-ext doens't send email to 'requestor'

2014-01-09 Thread Avihay Eyal
to the general configuration of email in Jenkins. On Thursday, January 9, 2014 2:18:57 PM UTC+2, Daniel Beck wrote: Did you configure your email address in your user profile in Jenkins? Maybe it just fails to resolve username to email address for some reason. On 09.01.2014, at 13:17, Avihay

Re: Email-ext doens't send email to 'requestor'

2014-01-09 Thread Avihay Eyal
Sending to requestor Setting In-Reply-To since last build was not successful Successfully created MimeMesssge Sending email to: anonym...@xxx.xxx Finished: FAILURE Thanks On Thursday, January 9, 2014 3:07:58 PM UTC+2, slide wrote: Please post your build log. On Jan 9, 2014 5:17 AM, Avihay Eyal

Re: Mercurial plugin push notifications doens't work

2014-01-07 Thread Avihay Eyal
Hi, eventually I used the code from here: https://bitbucket.org/moswald/hgjenkins/overview And it works great. It also has the advantage that I can use the changegroup hook, which better fit my purpose. On Wednesday, January 1, 2014 4:04:20 PM UTC+2, Avihay Eyal wrote: Hi, I have a problem

Mercurial plugin push notifications doens't work

2014-01-01 Thread Avihay Eyal
Hi, I have a problem regarding the mentioned above. I want to *trigger a job after a push* was done to the repository. I'm using the *Mercurial plugin*, and according to the documentation I can trigger jobs by adding these hooks: [hooks] commit.jenkins = wget -q -O /dev/null jenkins

cmakebuilder Plugin: how to pass arguments to the 'make' command

2013-11-14 Thread Avihay Eyal
Hi, I want to pass the '-j' *argument to the make command*, but I didn't find any suitable place. When I'm trying to add it to the 'make command' field (i.e.- make -j), I *receive an error* saying: 'There's no such executable...' I guess I can create a script calling to make with the

New testing automation google group

2013-11-04 Thread Avihay Eyal
Hi, I opened a testing automation group. I noticed that there isn't any forum for testing automation advice, I hope this will be help... -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails

Re: New testing automation google group

2013-11-04 Thread Avihay Eyal
Forgot the link... https://groups.google.com/forum/#!forum/testing-automation On Monday, November 4, 2013 6:28:47 PM UTC+2, Avihay Eyal wrote: Hi, I opened a testing automation group. I noticed that there isn't any forum for testing automation advice, I hope this will be help... -- You

Re: Editable Email Notification - fails to send email to developers

2013-09-02 Thread Avihay Eyal
job triggered? Yes, the documentation needs to be cleaned up, I plan on doing that soon. Thanks, slide On Sun, Sep 1, 2013 at 12:27 AM, Avihay Eyal aviha...@gmail.comjavascript: wrote: Hi, I defined my editable email notification as following: 1. The general recipient list

Editable Email Notification - fails to send email to developers

2013-09-01 Thread Avihay Eyal
Hi, I defined my editable email notification as following: 1. The general recipient list is empty. 2. I added a trigger in the case of Failure. *The Send To is marked as Developers* 3. In the Recipient List I added cc:avihay@XXX The result is: when there's a failure, an email is

Jenkins and Ruby commands - fail to execute via SSH (non interactive shell problem)

2013-08-29 Thread Avihay Eyal
Hi, I have a job trying to call some Ruby commands, like bundle, rake, etc.. The problem is, that when I'm trying to execute these commands via the Execute Shell, I receive an *error saying bundle: not found.* When I'm opening a shell of my own, this commands work, so it might be related to

Re: rsync instead of archiving?

2013-08-29 Thread Avihay Eyal
29, 2013 10:23:50 PM UTC+3, JonathanRRogers wrote: On Wednesday, August 28, 2013 5:10:38 PM UTC-4, Avihay Eyal wrote: Hi, I have a job that builds a debug version, and a job that runs regression tests and publish code coverage. The code coverage (gcovr) needs *access to the code base* itself

Re: Jenkins and Ruby commands - fail to execute via SSH (non interactive shell problem)

2013-08-29 Thread Avihay Eyal
. You could also try exporting the path as the first step in your build step export PATH=$PATH:/path/to/bundle hth chanda On Thu, Aug 29, 2013 at 12:26 AM, Avihay Eyal aviha...@gmail.comjavascript: wrote: Hi, I have a job trying to call some Ruby commands, like bundle, rake, etc

rsync instead of archiving?

2013-08-28 Thread Avihay Eyal
Hi, I have a job that builds a debug version, and a job that runs regression tests and publish code coverage. The code coverage (gcovr) needs *access to the code base* itself, which is close to *3 GB.* I've tried *archiving* the workspace in the build job, and using that archive in the

What's the right Job architecture for builind a release build, and also a code coverage build?

2013-08-26 Thread Avihay Eyal
Hi, I currently have three jobs running one after the other: * build-unittest-regression.* I want to add *code coverage* results to the unittest regression I have. For that end, I have to build with specific debug flags. I see few alternatives: 1. *Create a parallel chain of jobs*: build

how to integrate unittest and regression tests code coverage

2013-08-25 Thread Avihay Eyal
Hi, I have a job running the unittest, and a job running the regressions tests. I'm adding a code coverage report for each one (I plan to do it with gcov). But I also want to know the *integrated code coverage* I have, so how can I do that? clearly I can't just sum up the percents...

Re: How to send an email summarizing few projects (chained together)?

2013-08-18 Thread Avihay Eyal
Groovy embedded in HTML/XML and don't use % %. On 15.08.2013, at 11:53, Avihay Eyal aviha...@gmail.com javascript: wrote: Thanks a lot, it helped. My default content now is: ${SCRIPT, script=send_email.groovy,template=groovy-html.template} But it seems that I have an error in my groovy

Failed to send out e-mail from VM Jenkins machien

2013-08-14 Thread Avihay Eyal
Hi, I'm trying to send an email when a job is done. Under* E-Mail Notification*, I configured the SMTP server with an IP, I added the default user e-mail suffix, and added a 'test e-mail recipient' When I'm running the *'Test Configuration*', I receive the following message: Failed to send

Re: Failed to send out e-mail from VM Jenkins machien

2013-08-14 Thread Avihay Eyal
Thank a lot, it helped :) On Wednesday, August 14, 2013 4:24:36 PM UTC+3, Steffen wrote: On Wed, 2013-08-14 at 06:19 -0700, Avihay Eyal wrote: javax.mail.SendFailedException: Invalid Addresses; ... Domain of sender address nobody@nowhere does not exist. In your setup, you have

How to send an email summarizing few projects (chained together)?

2013-08-14 Thread Avihay Eyal
Hi, I'm using *Email-ext* to send email once a job is done. I would like that email to have results of the *upstream projects as well*(project A-project B-project C, ad I want an email summarizing A,B,C). I could send three emails from the three different projects, but that seems messy to me...

Re: How to send an email summarizing few projects (chained together)?

2013-08-14 Thread Avihay Eyal
, Avihay Eyal aviha...@gmail.comjavascript: wrote: Hi, I'm using *Email-ext* to send email once a job is done. I would like that email to have results of the *upstream projects as well * (project A-project B-project C, ad I want an email summarizing A,B,C). I could send three emails from

How to run a build step from the master and not the slave?

2013-08-12 Thread Avihay Eyal
Hi, I have a job running on a dedicated slave. This job should run unittests and regression tests via robot framework. The thing is, that I want to run the robot framework from the master, and not the slave, as I want to install the robot framework only once on the master. According to the

Re: How to run a build step from the master and not the slave?

2013-08-12 Thread Avihay Eyal
: Instead I'd try to download it to the job's WORKSPACE on the slave during the build and run it from there, if possible. On 12.08.2013, at 08:19, Avihay Eyal aviha...@gmail.com javascript: wrote: Hi, I have a job running on a dedicated slave. This job should run unittests

Re: CI usability - isn't there a problem that tests are executed only after a developer pushed his changed to the repsitory?

2013-08-05 Thread Avihay Eyal
Thanks for your ideas. I think an on-demand script would fit my organization, but I'll take into account the way that GIT script works. On Monday, August 5, 2013 4:20:05 AM UTC+3, Mark Waite wrote: -- *From:* Avihay Eyal aviha...@gmail.com javascript

Slave SSH Publickey authentication failed

2013-08-05 Thread Avihay Eyal
Hi, I'm trying to setup a build slave, but when failing to connect to it. I receive a IOException: Publickey authentication failed. The setup looks like this: 1. Jenkins Master runs under user 'avihay' in machine A. 2. Slave runs on machine B with IP X (no DNS in my setup, so I'm using

Re: Slave SSH Publickey authentication failed

2013-08-05 Thread Avihay Eyal
it fetch it. Now it seems that the Java version in the Slave is not updated, but that's a different problem... On Monday, August 5, 2013 7:42:14 PM UTC+3, JonathanRRogers wrote: On Monday, August 5, 2013 11:09:33 AM UTC-4, Avihay Eyal wrote: Hi, I'm trying to setup a build slave, but when failing

Re: CI usability - isn't there a problem that tests are executed only after a developer pushed his changed to the repsitory?

2013-08-04 Thread Avihay Eyal
I'm using Mercurial, which is a distrusted source control. So you're suggesting using a script, activated via commits to the developer local repository? Once the developer committed changes to it's repository, the script will build that changes with the latest code, run all the regression

Re: Plugin installation by hand doesn't work

2013-08-04 Thread Avihay Eyal
Hi, indeed there was a permission problem in the hpi files I downloaded, thanks :) On Thursday, August 1, 2013 9:17:02 PM UTC+3, Daniel Beck wrote: What's in the log (/var/log/jenkins/jenkins.log probably)? Did you get the permissions of the files right? On 01.08.2013, at 18:13, Avihay

CI usability - isn't there a problem that tests are executed only after a developer pushed his changed to the repsitory?

2013-08-01 Thread Avihay Eyal
I mean, If I'm a developer, I would prefer to somehow run the automated tests *before* I push to the repository, cause if an automated test failed and there's a bug in my code, I want to know that before pushing my change... How do you approach this problem? -- You received this message

Does XUnit plugin supports gtests (goole unit testing framework)?

2013-08-01 Thread Avihay Eyal
-- 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 email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

Re: Does XUnit plugin supports gtests (goole unit testing framework)?

2013-08-01 Thread Avihay Eyal
:* Avihay Eyal aviha...@gmail.com javascript: *To:* jenkins...@googlegroups.com javascript: *Sent:* Thursday, August 1, 2013 9:22 AM *Subject:* Does XUnit plugin supports gtests (goole unit testing framework)? -- You received this message because you are subscribed to the Google Groups

Plugin installation by hand doesn't work

2013-08-01 Thread Avihay Eyal
Hi, I copied mercurial and xunit hpi files to /var/lib/Jenkins/plugins as a manual installation (I'm working in a private network - no access to the internet), and I restarted Jenkins. It seems that the new plugins aren't used by Jenkins, since I don't see them in the pluginManager/available

Incremental code coverage plugin (for C++)

2013-07-18 Thread Avihay Eyal
Hi, is there a plugin that produce incremental code coverage results (and supports C++)? Thanks -- 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 email to