Re: Setting up Jenkins

2013-06-25 Thread Per Steffensen

Thanks Uwe and Mark! I will contact you privately, Uwe.

Regards, Per Steffensen

On 6/25/13 1:39 PM, Per Steffensen wrote:

Hi

Are there any documentation available on how to set up Jenkins to 
build Solr (e.g. 4x branch)? Or a script that can do it? Or can I 
somehow get hold of or export the actual configuration (on 
https://builds.apache.org/job/Solr-Artifacts-4.x/ I guess) so that I 
can import it into my own local Jenkins?


Regards, Per Steffensen

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org





-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



RE: Setting up Jenkins

2013-06-25 Thread Uwe Schindler
Hi,

contact me privately, I can setup an account for you on 
http://jenkins.thetaphi.de, so you can look at the jobs. In general. Let 
Jenkins checkout the SVN address of ASF and then run "ant jenkins" to run all 
tests.

On ASF Jenkins you need to login with committer username/password.

Uwe

-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de


> -Original Message-
> From: Per Steffensen [mailto:st...@designware.dk]
> Sent: Tuesday, June 25, 2013 1:40 PM
> To: dev@lucene.apache.org
> Subject: Setting up Jenkins
> 
> Hi
> 
> Are there any documentation available on how to set up Jenkins to build Solr
> (e.g. 4x branch)? Or a script that can do it? Or can I somehow get hold of or
> export the actual configuration (on https://builds.apache.org/job/Solr-
> Artifacts-4.x/ I guess) so that I can import it into my own local Jenkins?
> 
> Regards, Per Steffensen
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional
> commands, e-mail: dev-h...@lucene.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: Setting up Jenkins

2013-06-25 Thread Mark Miller

On Jun 25, 2013, at 7:39 AM, Per Steffensen  wrote:

> Hi
> 
> Are there any documentation available on how to set up Jenkins to build Solr 
> (e.g. 4x branch)? Or a script that can do it? Or can I somehow get hold of or 
> export the actual configuration (on 
> https://builds.apache.org/job/Solr-Artifacts-4.x/ I guess) so that I can 
> import it into my own local Jenkins?
> 
> Regards, Per Steffensen

I don't remember my creds to get the config on Apache Jenkins, so someone else 
would have to volunteer for that, but here's a sample config for the 4x branch 
on one of my local machines. It's setup to run continuously.



  
  
  
-1
1000
-1
100
  
  false
  
  

  

https://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x
.
false
  







false
false
  
  true
  true
  false
  false
  

  * * * * *


  * * * * *
  false

  
  false
  

  clean
  build.xml


  validate


  test
  solr/build.xml

  
  

  
solr/build/solr-core/test/*.xml,solr/build/solr-solrj/test/*.xml,solr/build/contrib/solr-analysis-extras/test/*.xml,solr/build/contrib/solr-cell/test/*.xml,solr/build/contrib/solr-clustering/test/*.xml,solr/build/contrib/solr-dataimporthandler/test/*.xml,solr/build/contrib/solr-dataimporthandler-extras/test/*.xml,solr/build/contrib/solr-langid/test/*.xml,solr/build/contrib/solr-uima/test/*.xml,solr/build/contrib/solr-velocity/test/*.xml
  false
  


  markrmil...@gmail.com
  

  

$PROJECT_DEFAULT_SUBJECT
$PROJECT_DEFAULT_CONTENT
false
false
false
true

false
false

  


  

$PROJECT_DEFAULT_SUBJECT
$PROJECT_DEFAULT_CONTENT
false
false
false
true

false
false

  

  
  default
  Fullmetal Jenkins: $DEFAULT_SUBJECT
  $DEFAULT_CONTENT

${FAILED_TESTS}
  
  
  false
  false
  

  
  

  3
  false
  false
  300
  elastic
  60

  

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Setting up Jenkins

2013-06-25 Thread Per Steffensen

Hi

Are there any documentation available on how to set up Jenkins to build 
Solr (e.g. 4x branch)? Or a script that can do it? Or can I somehow get 
hold of or export the actual configuration (on 
https://builds.apache.org/job/Solr-Artifacts-4.x/ I guess) so that I can 
import it into my own local Jenkins?


Regards, Per Steffensen

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org