Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions modules/ROOT/pages/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
== Creating an application

If you don't already have an application defined in Konflux, follow the
link:https://konflux-ci.dev/docs/how-tos/creating/[guide]. Once that's done you should have an application with at least one component.
link:https://konflux-ci.dev/docs/building/creating/[guide]. Once that's done you should have an application with at least one component.
To get the most out of Conforma, be sure to follow the steps in the guide so Konflux sends a pull request to your repository to define a custom build pipeline in your GitHub repository.

== Creating an integration test

To run the Conforma pipeline automatically after each build, an integration test is
used. One should be automatically created when a new application is created. The process of
recreating it manually is
link:https://konflux-ci.dev/docs/advanced-how-tos/managing-compliance-with-ec/[described here].
link:https://konflux-ci.dev/docs/compliance/[described here].

NOTE: You can view the definitions of the
link:https://github.com/konflux-ci/build-definitions/blob/main/pipelines/enterprise-contract.yaml[Conforma pipeline],
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/partials/oc_login.adoc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Follow the procedure for accessing the Konflux cluster via the `oc` command line
client link:https://konflux-ci.dev/docs/getting-started/cli/[as described here].
client link:https://konflux-ci.dev/docs/getting-started/#getting-started-with-the-cli[as described here].
Comment thread
simonbaird marked this conversation as resolved.
Loading