Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.29 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.29 KB

Camunda Community Jenkins Shared Library

A Jenkins Shared Library with custom Jenkins Pipeline steps that solve generic CI/CD problems.

Usage

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.

Steps documentation

Contributing

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.

License

This is open source software licensed using the Apache License 2.0. Please read the full LICENSE for details.