...
Deploying Front-end Module Feature Branch
The feature branch is deployed using the platform-complete-aggies branch from the ui-workflow project. That branch should be updated to contain the desired state of the code that is intended to be deployed. This branch may be force-pushed to.
Info |
---|
|
The feature branch is now deployed by modifying the package.json
in the Platform Complete Aggies Rancher Branch.
The @folio/workflow
must be set to the gitub repository and branch (such as my_custom_branch
), like this:
Code Block | ||
---|---|---|
| ||
"@folio/workflow": "https://github.com/folio-org/ui-workflow.git#my_custom_branch", |
Note |
---|
The simpler approach of just using |
The Aggies team deploys a front-end module using the Deploy UI Bundle process as follows:
The CLUSER is set to
folio-dev
.The NAMESPACE is set to
aggies
.The FOLIO_REPOSITORY is set to
platform-complete
.The FOLIO_BRANCH is set to
aggies-rancher
.The CONFIG_TYPE is set to
development
.The TENANT_ID is set to
diku
.The UI_BUNDLE_BUILD is usually checked (uncheck to select an existing bundle).
The UI_BUNDLE_TAG is set left alone or blank except when UI_BUNDLE_BUILD is unchecked.
The CUSTOM_HASH is set left alone.
The CONSORTIA is left unchecked.
The AGENT is set to
jenkins-agent-java17
.The REFRESH_PARAMETERS is left unchecked.
Pushing the Build button will build the image.
Info |
---|
|