https://github.com/camunda-community-hub/camunda-jenkins-shared-library
Camunda community Jenkins Shared Library
https://github.com/camunda-community-hub/camunda-jenkins-shared-library
camunda
Last synced: 3 months ago
JSON representation
Camunda community Jenkins Shared Library
- Host: GitHub
- URL: https://github.com/camunda-community-hub/camunda-jenkins-shared-library
- Owner: camunda-community-hub
- License: apache-2.0
- Created: 2021-12-22T05:10:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:25:48.000Z (almost 2 years ago)
- Last Synced: 2025-06-23T09:48:57.088Z (4 months ago)
- Topics: camunda
- Language: Groovy
- Size: 49.8 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.MD
Awesome Lists containing this project
README
# Camunda Community Jenkins Shared Library
[](https://github.com/camunda-community-hub/community)
A [Jenkins Shared Library](https://www.jenkins.io/doc/book/pipeline/shared-libraries/) with custom Jenkins Pipeline steps that solve generic CI/CD problems.
## Usage
After [defining Camunda shared library](https://www.jenkins.io/doc/book/pipeline/shared-libraries/#global-shared-libraries) 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
* [conditionalRetry](docs/conditionalRetry.md)
* [dynamicMatrix](docs/dynamicMatrix.md)## Contributing
We value all feedback and contributions. If you find any issues or want to contribute,
please feel free to [fill an issue](https://github.com/camunda-community-hub/camunda-jenkins-shared-library/issues),
or [create a PR](https://github.com/camunda-community-hub/camunda-jenkins-shared-library/pulls). And don't forget to read the [contribution guidelines](CONTRIBUTING.MD)
before contributing.## License
This is open source software licensed using the Apache License 2.0. Please read the full [LICENSE](LICENSE) for details.