Verification

This topic provides steps to verify that the Delinea Secret Server plugin fetches the credentials from a specified secret in Secret Server through a configured pipeline in Jenkins.

To verify that a secret is fetched through the pipeline:

  1. From the Jenkins Dashboard, go to the pipeline project view page.

  2. On the left of the page, select Build Now to run the pipeline.

  3. Under Build History on the left, select the number of the build (#number) that was created to open the build details page.

  4. Select Console Output to see the output from the pipeline's run.

    If the credentials were successfully fetched from Secret Server, the console output contains the username and password (masked with asterisks), and a "Finished: SUCCESS" message at the end. Below is an example of the console output.