File tree Expand file tree Collapse file tree 3 files changed +62
-0
lines changed Expand file tree Collapse file tree 3 files changed +62
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout : doc
3+ title : " ElasticSearch - Documentation"
4+ category : " queues"
5+ order : 1
6+ excerpt : " ElasticSearch support by continuousphp"
7+ ---
8+ [ ElasticSearch] ( https://github.com/elastic/elasticsearch ) is supported by continuousphp.
9+
10+ ## Specification
11+
12+ ElasticSearch containers are available for each activity in your build. To enable one of them, simply add the environment
13+ variable ` CPHP_SERVICE_ELASTICSEARCH ` with the desired ElasticSearch version as value to your pipeline configuration. Available versions are :
14+
15+ * *** 6.2.4***
16+ * *** 5.6.9***
17+
18+ E.g. if you need ` ElasticSearch 6.2.4 ` in your Behat tests, go to the Testing Settings (step 2 of the Pipeline) and add the
19+ environment variable ` CPHP_SERVICE_ELASTICSEARCH = 6.2.4 ` to the Behat configuration.
20+
21+ ## Connecting to elasticsearch
22+
23+ <table >
24+ <tr >
25+ <td>Host</td><td>elasticsearch</td>
26+ </tr >
27+ <tr >
28+ <td>Port</td><td>9200</td>
29+ </tr >
30+ </table >
Original file line number Diff line number Diff line change 1+ ---
2+ layout : doc
3+ title : " RabbitMQ - Documentation"
4+ category : " queues"
5+ order : 1
6+ excerpt : " RabbitMQ support by continuousphp"
7+ ---
8+ [ RabbitMQ] ( https://github.com/rabbitmq ) is supported by continuousphp.
9+
10+ ## Specification
11+
12+ RabbitMQ containers are available for each activity in your build. To enable one of them, simply add the environment
13+ variable ` CPHP_SERVICE_RABBITMQ ` with the desired RabbitMQ version as value to your pipeline configuration. Available versions are :
14+
15+ * *** 3.7.5***
16+
17+ E.g. if you need ` RabbitMQ 3.7.5 ` in your Behat tests, go to the Testing Settings (step 2 of the Pipeline) and add the
18+ environment variable ` CPHP_SERVICE_RABBITMQ = 3.7.5 ` to the Behat configuration.
19+
20+ ## Connecting to elasticsearch
21+
22+ <table >
23+ <tr >
24+ <td>Host</td><td>rabbitmq</td>
25+ </tr >
26+ <tr >
27+ <td>Port</td><td>15672</td>
28+ </tr >
29+ </table >
Original file line number Diff line number Diff line change 108108 - PhantomJS : browser-ui-testing/phantomjs.md
109109 - Selenium Server Standalone : browser-ui-testing/selenium-server.md
110110 - Web Servers : webserver.md
111+ - Other services :
112+ - ElasticSearch : elasticsearch.md
113+ - RabbitMQ : rabbitmq.md
111114 - Use various tools :
112115 - Ruby versions : ruby.md
113116 - NodeJS versions : nodejs.md
You can’t perform that action at this time.
0 commit comments