Quantcast

ClearCase node != compile node: Notify users who broke the build

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

ClearCase node != compile node: Notify users who broke the build

natalie_public
Hi there,

I'm trying to use Jenkins to build a C++ application. Since ClearCase and compilation run on different operation systems, I created two jobs: The first job runs on Windows and extracts the code (to a Unix directory mounted as network drive on Windows). It triggers the second job which compiles the code on a Solaris node.
Is there a way to send an email to the ClearCase users who broke the build, if the second job fails?
I'm also open to set up the jobs in a different way if it helps. Instead of a windows machine I could call ClearCase also on Unix (IBM AIX).

Best regards,

Natalie

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: ClearCase node != compile node: Notify users who broke the build

David Doughty-2
Natalie,

Can you not install ClearCase on the build box?


dD




On 21/08/2012 13:34, "[hidden email]" <[hidden email]>
wrote:

>Hi there,
>
>I'm trying to use Jenkins to build a C++ application. Since ClearCase and
>compilation run on different operation systems, I created two jobs: The
>first job runs on Windows and extracts the code (to a Unix directory
>mounted as network drive on Windows). It triggers the second job which
>compiles the code on a Solaris node.
>Is there a way to send an email to the ClearCase users who broke the
>build, if the second job fails?
>I'm also open to set up the jobs in a different way if it helps. Instead
>of a windows machine I could call ClearCase also on Unix (IBM AIX).
>
>Best regards,
>
>Natalie
>


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: ClearCase node != compile node: Notify users who broke the build

slide
In reply to this post by natalie_public
I use email-ext to do this in conjunction with a groovy script to
determine the committers of the upstream job. I have posted the code
to the mailing list before, so you should be able to find it in the
archives.

Thanks,

slide

On Tue, Aug 21, 2012 at 5:34 AM,  <[hidden email]> wrote:

> Hi there,
>
> I'm trying to use Jenkins to build a C++ application. Since ClearCase and compilation run on different operation systems, I created two jobs: The first job runs on Windows and extracts the code (to a Unix directory mounted as network drive on Windows). It triggers the second job which compiles the code on a Solaris node.
> Is there a way to send an email to the ClearCase users who broke the build, if the second job fails?
> I'm also open to set up the jobs in a different way if it helps. Instead of a windows machine I could call ClearCase also on Unix (IBM AIX).
>
> Best regards,
>
> Natalie
>



--
Website: http://earl-of-code.com
Loading...