Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Contents:

Table of Contents

Related pages:

Page Tree
root@self
startDepth2
excerpttrue

 

 

Integration with GitLab Continuous Integration

What does the plugin do?

Kiuwan provides integration with GitLab.

GitLab is a powerful tool for software development, security, and operations that enables concurrent DevOps, making the software lifecycle faster.

...

Info

In continuous integration and continuous delivery (CI/CD) environments is very common (and recommendable) to ensure the security and quality of the software under development.

Kiuwan allows to do baseline or delivery analyses as a step in the pipeline defined in GitLab.

...

The Kiuwan analysis will be executed by a gitlab runner.



How to use it?

To run a Kiuwan analysis, it is needed to follow the next steps:

1. Insert or add a Kiuwan step in the YAML definition

In the project home it is needed to add a YAML file with the steps to invoke Kiuwan:

Image Modified


The next code example shows a very simple case with a Maven step and a Kiuwan baseline analysis:

...