@@ -481,54 +481,8 @@ The Neo4j web UI will be accessible from http://localhost:7474/.
481481
482482## <a id =" ci " ></a > Continuous integration
483483
484- Continuous integration happens on a self-hosted Jenkins instance at https://ci.hibernate.org .
484+ See [ MAINTAINERS.md ] ( MAINTAINERS.md#ci ) for information about CI .
485485
486- Several multi-branch pipelines are available.
487-
488- ### Main pipeline
489-
490- https://ci.hibernate.org/job/hibernate-search/
491-
492- See [ Jenkinsfile] ( Jenkinsfile ) .
493-
494- This job takes care of:
495-
496- * Primary branch builds
497- * Pull request builds
498-
499- It executes the build in a default environment, at the very least.
500- For primary branches, it may also re-execute the same build in different environments:
501-
502- * Newer JDKs
503- * Different database vendors (PostgreSQL, Oracle, ...)
504- * Different versions of Elasticsearch/OpenSearch
505- * AWS Elasticsearch/OpenSearch Service
506-
507- See [ this section] ( #building-from-source ) for information on how to execute similar builds from the commandline.
508-
509- The job can be triggered manually, which is particularly useful to test more environments on a pull request.
510- ### Release pipeline
511-
512- https://ci.hibernate.org/job/hibernate-search/
513-
514- See [ Jenkinsfile] ( Jenkinsfile ) .
515-
516- This job takes care of:
517-
518- * Primary branch builds
519- * Pull request builds
520-
521- It executes the build in a default environment, at the very least.
522- For primary branches, it may also re-execute the same build in different environments:
523-
524- * Newer JDKs
525- * Different database vendors (PostgreSQL, Oracle, ...)
526- * Different versions of Elasticsearch/OpenSearch
527- * AWS Elasticsearch/OpenSearch Service
528-
529- See [ this section] ( #building-from-source ) for information on how to execute similar builds from the commandline.
530-
531- The job can be triggered manually, which is particularly useful to test more environments on a pull request.
532486## More conventions
533487
534488### Naming and architecture rules
0 commit comments