Triggering a single matrix projection

2015-07-31 Thread Paulo Matos
Foo1,Bar2. Is there a way to do this? Thanks, Paulo Matos -- 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.co

Comparing TAP files

2015-01-23 Thread Paulo Matos
pass and now fails; which tests are new, etc. * Compare two TAP files from any run, not just from one run to the previous one. Do you have any suggestions for these use cases? Thanks, Paulo Matos -- You received this message because you are subscribed to the Google Groups "Jenkins Users&q

TAP plugin skip test

2014-09-19 Thread Paulo Matos
Hi, I can't seem to be able to generate a tap that marks a test as skip. Does anyone have an example of TAP test file that marks a test as skipped? Thanks, Paulo Matos -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To u

RE: Jenkins resource usage

2014-09-05 Thread Paulo Matos
> -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of Shane Turner > Sent: 05 September 2014 16:01 > To: jenkinsci-users@googlegroups.com > Subject: Re: Jenkins resource usage > > On 05/09/2014 11:

RE: Jenkins resource usage

2014-09-05 Thread Paulo Matos
> -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of Shane Turner > Sent: 05 September 2014 16:01 > To: jenkinsci-users@googlegroups.com > Subject: Re: Jenkins resource usage > > On 05/09/2014 11:

Environment variables in Parametrized trigger

2014-09-05 Thread Paulo Matos
|| exit 1 export RV=$(cat $WORKSPACE/rv.log) and then pass in the parameters to a job: RALL_VERSION=${RV Thanks, Paulo Matos -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emai

Matrix projects and Git pulls

2013-09-05 Thread Paulo Matos
, one on the workspace root and again for each variant, so I end up with: workspace/ arch/intel/gcc arch/arm/gcc gcc Why is my gcc repository showing up at the root of the workspace as well? -- Paulo Matos -- You received this message because you are subscribed to the Google Groups

Smart emails

2013-01-25 Thread Paulo Matos
? Another thing I need is to be able to run a script after a build, and then use the output of that script in a notification email. Is it possible to achieve this in jenkins? Thanks, -- Paulo Matos

Artifacts and Builds

2013-01-25 Thread Paulo Matos
his needs to be done manually through a script? I am sorry for all these seemingly trivial questions but a hard thing to understand about jenkins is what jenkins can automate and what you need to have a script to do it yourself. -- Paulo Matos