[Issue 4767] New - Client and Server triggers for SCM changes

3 messages Options
Embed this post
Permalink
schmidtfx

[Issue 4767] New - Client and Server triggers for SCM changes

Reply Threaded More More options
Print post
Permalink
https://hudson.dev.java.net/issues/show_bug.cgi?id=4767
                 Issue #|4767
                 Summary|Client and Server triggers for SCM changes
               Component|hudson
                 Version|current
                Platform|All
              OS/Version|Linux
                     URL|
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|subversion
             Assigned to|issues@hudson
             Reported by|schmidtfx






------- Additional comments from [hidden email] Wed Nov  4 11:40:17 +0000 2009 -------
In our system there is a Hudson master and a client.
The build will be triggered by SCM (Subversion) changes.

In our Apache Logfile we can see that the master triggers for updates. Also the
client checks the SCM for changes, although there are no changes.

In my opinion it should be adequate that only one instance checks the SCM for
updates.

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

mdonohue

[Issue 4767] Client and Server triggers for SCM changes

Reply Threaded More More options
Print post
Permalink
https://hudson.dev.java.net/issues/show_bug.cgi?id=4767






------- Additional comments from [hidden email] Thu Nov  5 17:04:06 +0000 2009 -------
I'm not sure what you're asking for.   Could you clarify?  Giving an example would
help.

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

schmidtfx

[Issue 4767] Client and Server triggers for SCM changes

Reply Threaded More More options
Print post
Permalink
In reply to this post by schmidtfx
https://hudson.dev.java.net/issues/show_bug.cgi?id=4767






------- Additional comments from [hidden email] Thu Nov  5 17:40:16 +0000 2009 -------
we configured our build job as following
- trigger each 10 minutes for scm changes
- if there are changes -> start the build process
- otherwise do nothing

in our apache log file a svn request appears every 10 minutes
so far so good
but this request appears twice. first the hudson master asks the svn for updates
and then the build client (other physical machine).

in my opinion one svn update request should be enough.

i hope this was more helpfull

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]