Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: modify caution block position #223

Open
wants to merge 1 commit into
base: 4.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
:page-aliases: bcd_cli.adoc, bcd_controller.adoc, getting_started.adoc


CAUTION: As of september 2023 BCD deployer is deprecated. The deployer will continue to work for Bonita version supporting the platform mode like 2023.2 and 2024.1, but it will not evolve anymore, and support for future versions is not guaranteed.
The Continous Deployment process is still part of Bonita's offering. It is now made at startup, through the self-contained application feature.
For any information about the self-contained application feature, please contact your customer success representative.

BCD lets you build a Living Application from source code in a repository and deploy the generated artifacts, all from the command line.

image::images/bcd_capabilities.png[Bonita Continuous Delivery Capabilities]
Expand Down Expand Up @@ -38,3 +34,6 @@ xref:deployer.adoc[[.card-title]#Start deploying# [.card-body]#pass:q[Check out

TIP: For both CLIs you can have a look at the https://www.mojohaus.org/exec-maven-plugin/[exec-maven-plugin] to include `build` and/or `deploy` step in the bonita project build lifecycle. (starting from version 7.13.x, a bonita project is a maven project) +
Currently you should consider the maven aspect as a black box, because the studio perform some instrumentation of the project's pom.xml file, but advanced users can still take advantage of the maven aspect of the project.

CAUTION: Deprecation notice +
With the adoption of SCA mode, there is no longer need to use the LA deployer. As long as the client remains in plateform mode, the deployed application remains the recommended way to do its continuous integration
Loading