Verification
This topic provides steps to verify that the Delinea Secret Server Platform plugin successfully fetches the credentials from a specified secret in Secret Server or the Delinea Platform through a configured Pipeline or Freestyle project in Jenkins.
To verify that a secret is fetched through the pipeline:
-
From the Jenkins Dashboard, go to the pipeline project or freestyle project view page.
-
On the left of the page, select Build Now to run the pipeline.
-
Under Build History on the left, select the number of the build (#number) that was created to open the build details page.
-
Select Console Output to see the output from the pipeline's run.
If the credentials were successfully fetched from Secret Server or the Delinea Platform, the console output contains:
-
The username
-
The password (masked with asterisks)
-
A Finished: SUCCESS message at the end
-