Versions Compared

Key

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

Opsera pipelines follow a declarative model. This means that you focus on what steps are required throughout the pipeline and now how those steps are accomplished. You specify what you require to be accomplished and Opsera will handle the rest.

...

  1. Create Pipeline from Catalog

    Image Removed

  1. Image Added
  2. Select a “Blank Pipeline template” by clicking “view”

  3. Update the fields marked in * for accurate logging and analytics purpose.

...

4.Click “workflow” next to the summary tab to view the pipeline workflow as shown in the below image.

...

If you are here , then Congratulations (smile) You are only few steps away from building a robust declarative pipeline.

Now let's see about configuring your pipeline with stages that you want including (connecting to your SCM, Build, Unit testing, Static code analysis, Functional testing, Artifact upload, Docker push, Container scan and deployment).

  1. Source code Repository:

    On the right side of the screen please provide the required fields to configure your SCM (Gitlab, Github or bitbucket) as shown in the below image.

    1. Provide the step name

    2. Choose the platform (gitlab, or github or bitbucket)

    3. Select an account

    4. choose the repository from your SCM repo

      Note  Please update your tool registry with your account and authentication information so that the above details shown in the image gets populated.  As part of Opsera data privacy and security, any token or authentication information is encrypted and stored in Vault and Opsera or anyone within Opsera will not have any control or visibility to your token or passwords.

Note: Please update your tool registry with your account and authentication information so that the above details shown in the image gets populated.
As part of Opsera data privacy and security, any token or authentication information is encrypted and stored in Vault and Opsera or anyone within Opsera will not have any control or visibility to your token or passwords.

2.Configuring Build:

On the right side of the screen please provide the required fields to configure your Build (Jenkins or Teamcity) as shown in the below image.

  1. Choose the Jenkins server that you want to use it for your pipeline

  2. Provide port if it is different from 8080

  3. Provide Jenkins User ID

  4. Provide the Jenkins job name as is in your jenkins

...

Note: Please update your tool registry with your account and authentication information so that the above details shown in the image gets populated.