You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-source/content/userguide/cicd/tools.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ in a CI/CD pipeline. For example, the
13
13
`createDomain` tool creates a new domain based on a simple model, and
14
14
`updateDomain` (and `deployApps`) uses the same model concept to update
15
15
an existing domain (preserving the same domain encryption key). The `deployApps`
16
-
tool is very similar to the updateDomain tool, but limits what can be updated
17
-
to applicationrelated configuration attributes such as data sources and
16
+
tool is very similar to the `updateDomain` tool, but limits what can be updated
17
+
to application-related configuration attributes such as data sources and
18
18
application archives. The model used by these tools is a sparse set of
19
19
attributes needed to create or update the domain. A model can be as sparse
20
20
as providing only the WebLogic Server administrative password, although not very
@@ -24,8 +24,8 @@ interesting. A good way to get a jumpstart on a model is to use the
24
24
Other than the tools themselves, there are three components to the WDT tools:
25
25
26
26
-*The Domain Model* - Metadata model describing the desired domain.
27
-
The metadata domain model can be YAML or JSON and is documented [here](https://github.com/oracle/weblogic-deploy-tooling#the-metadata-model).
28
-
-*The Archive Zip* - Binaries to supplement the model.
27
+
The metadata domain model can be written in YAML or JSON and is documented [here](https://github.com/oracle/weblogic-deploy-tooling#the-metadata-model).
28
+
-*The Archive ZIP* - Binaries to supplement the model.
29
29
All binaries needed to supplement the model must be specified in an archive
30
30
file, which is just a ZIP file with a specific directory structure. Optionally,
31
31
the model can be stored inside the ZIP file, if desired. Any binaries not
0 commit comments