Jenkins Pipelines
Last updated
Last updated
Zirkul Jobs can be executed from Jenkins Pipelines simply by making webhook calls, however you have to make sure the API Key is protected and avoid hardcoding any secret in your pipeline scripts.
Let's start by storing the Zirkul API Key in Jenkins Credentials manager:
Add a new credential scoped to the project folder:
The kind of secret is "Secret text", in the secret section you can paste the API Key value and use the ID zirkul_apikey (for convenience in this guide):
You can then use the secret within the pipeline script in the following way:
Here's the pipeline script:
Note you may need to update the webhook id with the URL provided by Zirkul for your Job.
Once you run the pipeline, the console output should look like this:
Note:
The API Key is protected and is not included in the logs
The webhook call returned the message "Success"