Re: Clearcase integration with Jenkins to schedule jobs

2014-01-14 Thread jes Struck
Please have a look at
https://wiki.jenkins-ci.org/display/JENKINS/ClearCase+UCM+Plugin
which where designed for exactly your work-flow.

This supports both poll when putting code to the integration stream but
also if you create a baseline on you dev. stream you could poll that
configuration and if build succeed push it too integration stream!...




  *Jes Struck*
Consultant
Praqma A/S

Tel:+45 22 71 82 46

Mail: j...@praqma.net

web: www.praqma.net






On 14 January 2014 06:24, Palanilkunnathil Melemuriyil, Vinod P <
v.palanilkunnathilmelemuri...@cgi.com> wrote:

>  Thanks Slide.
>
>
>
> With the Clearcase plug-in installed in Jenkins, wouldn’t it be possible
> to poll SCM (i.e Clearcase) for any changes that are delivered to
> Integration Stream by the developers.
>
>
>
> If any changes are found in Integration Stream then Jenkins runs the
> particular build job.
>
>
>
> Regards
>
> T.S
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *Slide
> *Sent:* Tuesday, January 14, 2014 9:39 AM
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Re: Clearcase integration with Jenkins to schedule jobs
>
>
>
> I think for the automatic triggering, you would need to implement a
> trigger in Clearcase that would initiate a build via URL. There really
> isn't a native way for Clearcase to notify Jenkins that someone delivered
> something, you would need to roll your own.
>
>
>
> slide
>
>
>
> On Mon, Jan 13, 2014 at 8:49 PM, Vinod P  wrote:
>
> Hello all,
>
>
>
> I am a newbie to Jenkins and Clearcase and have been going through the
> various options of Jenkins to facilitate CI.
>
>
>
> However, I am not sure on how to configure Jenkins with UCM Clearcase in
> such a way that when a developer delivers his code to the Integration
> Stream in Clearcase (after having tested his code in the Development Stream
> where he makes changes to the code), Jenkins should start the build of the
> application.
>
>
>
> In short, the requirement is that whenever any changes are delivered to
> the Integration stream in clearcase (UCM) , a build job should be
> automatically triggered in Jenkins.
>
>
>
> Appreciate any help/guidance on this.
>
>
>
> Regards
>
> T.S
>
> --
> 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.
>
>
>
>
>
> --
> Website: http://earl-of-code.com
>
> --
> 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.
>
> --
> 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.
>

-- 
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: Clearcase integration with Jenkins to schedule jobs

2014-01-13 Thread Palanilkunnathil Melemuriyil, Vinod P
Thanks Slide.

With the Clearcase plug-in installed in Jenkins, wouldn't it be possible to 
poll SCM (i.e Clearcase) for any changes that are delivered to Integration 
Stream by the developers.

If any changes are found in Integration Stream then Jenkins runs the particular 
build job.

Regards
T.S

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide
Sent: Tuesday, January 14, 2014 9:39 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Clearcase integration with Jenkins to schedule jobs

I think for the automatic triggering, you would need to implement a trigger in 
Clearcase that would initiate a build via URL. There really isn't a native way 
for Clearcase to notify Jenkins that someone delivered something, you would 
need to roll your own.

slide

On Mon, Jan 13, 2014 at 8:49 PM, Vinod P 
mailto:vinodts2...@gmail.com>> wrote:
Hello all,

I am a newbie to Jenkins and Clearcase and have been going through the various 
options of Jenkins to facilitate CI.

However, I am not sure on how to configure Jenkins with UCM Clearcase in such a 
way that when a developer delivers his code to the Integration Stream in 
Clearcase (after having tested his code in the Development Stream where he 
makes changes to the code), Jenkins should start the build of the application.

In short, the requirement is that whenever any changes are delivered to the 
Integration stream in clearcase (UCM) , a build job should be automatically 
triggered in Jenkins.

Appreciate any help/guidance on this.

Regards
T.S
--
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<mailto:jenkinsci-users%2bunsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/groups/opt_out.



--
Website: http://earl-of-code.com
--
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.

-- 
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: Clearcase integration with Jenkins to schedule jobs

2014-01-13 Thread Slide
I think for the automatic triggering, you would need to implement a trigger
in Clearcase that would initiate a build via URL. There really isn't a
native way for Clearcase to notify Jenkins that someone delivered
something, you would need to roll your own.

slide


On Mon, Jan 13, 2014 at 8:49 PM, Vinod P  wrote:

> Hello all,
>
> I am a newbie to Jenkins and Clearcase and have been going through the
> various options of Jenkins to facilitate CI.
>
> However, I am not sure on how to configure Jenkins with UCM Clearcase in
> such a way that when a developer delivers his code to the Integration
> Stream in Clearcase (after having tested his code in the Development Stream
> where he makes changes to the code), Jenkins should start the build of the
> application.
>
> In short, the requirement is that whenever any changes are delivered to
> the Integration stream in clearcase (UCM) , a build job should be
> automatically triggered in Jenkins.
>
> Appreciate any help/guidance on this.
>
> Regards
> T.S
>
> --
> 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.
>



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

-- 
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.