File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Use case:
99 * download the patch
1010
1111
12- ** Search the installation zip
12+ ## Search the installation zip
1313
1414With the following parameters we are looking for main EAP 7.4 release:
1515
@@ -25,7 +25,7 @@ With the following parameters we are looking for main EAP 7.4 release:
2525
2626With get the following results (the want the last one):
2727
28- "results": [
28+ "results": [
2929 {
3030 "category": "appplatform",
3131 "description": "Red Hat JBoss Enterprise Application Platform 7.4 Core Source Code",
@@ -176,7 +176,7 @@ or if we know the filename:
176176 filtered_products: "{{ product_results.results | selectattr('file_path', 'match', '.*/jboss-eap-{{ eap_version }}.zip$') }}"
177177
178178
179- ** Download EAP
179+ ## Download EAP
180180
181181With the received product_id it is trivial to pass it to the download endpoint:
182182
@@ -188,7 +188,7 @@ With the received product_id it is trivial to pass it to the download endpoint:
188188 dest: /tmp
189189
190190
191- ** Search the most recent cumulative patch for EAP x.y
191+ ## Search the most recent cumulative patch for EAP x.y
192192
193193We have to start with the following parameters (note: SECURITY is a subset of BUGFIX):
194194
@@ -340,12 +340,12 @@ and we get:
340340 ]
341341
342342
343- ** Download the patch
343+ ## Download the patch
344344
345345 With the product_id, this is trivial like the main zipfile.
346346
347347
348-
348+
349349
350350
351351
You can’t perform that action at this time.
0 commit comments