A Jenkins Shared Library with custom Jenkins Pipeline steps that solve generic CI/CD problems.
After defining Camunda shared library in your Jenkins instance, you can add it to your pipeline (e.g. your Jenkinsfile
):
@Library('camunda-community') _
// The reset of the Pipeline.
We value all feedback and contributions. If you find any issues or want to contribute, please feel free to fill an issue, or create a PR. And don't forget to read the contribution guidelines before contributing.
This is open source software licensed using the Apache License 2.0. Please read the full LICENSE for details.