Need basic guidance on defining job that monitors gerrit

2015-04-23 Thread KARR, DAVID
I'm only somewhat familiar with Jenkins, and I need to learn how to do 
something like this:

Define a job that monitors an external gerrit server for approved artifacts, 
and when new artifacts are produced, download them to a location on the Jenkins 
server.

Eventually we will perform additional automation on the artifact, but just 
getting it downloaded is enough.

Where do I start?

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/B8D164BED956C5439875951895CB4B22283F291E%40CAFRFD1MSGUSRIA.ITServices.sbc.com.
For more options, visit https://groups.google.com/d/optout.


Re: Need basic guidance on defining job that monitors gerrit

2015-04-23 Thread Jim West
hi David,

  There is a gerrit plugin for jenkins that is quite handy. Once configured it 
will listen for gerrit events. You can then use these to trigger jobs. We use 
this primarily for review/gate jobs. A git review is done, patch set is 
uploaded (patch set creation event), the jenkins job tied to that repo 
(configured with scm of that repo) kicks off where we run tests and then that 
job will cast a gerrit vote.

  It's pretty hoopy.

-jimW

Sent from my iPad

 On Apr 23, 2015, at 17:00, KARR, DAVID dk0...@att.com wrote:
 
 I'm only somewhat familiar with Jenkins, and I need to learn how to do 
 something like this:
 
 Define a job that monitors an external gerrit server for approved artifacts, 
 and when new artifacts are produced, download them to a location on the 
 Jenkins server.
 
 Eventually we will perform additional automation on the artifact, but just 
 getting it downloaded is enough.
 
 Where do I start?
 
 -- 
 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.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-users/B8D164BED956C5439875951895CB4B22283F291E%40CAFRFD1MSGUSRIA.ITServices.sbc.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/79C3039A-1E89-41D6-98F9-A368D953230C%40jameswest.com.
For more options, visit https://groups.google.com/d/optout.