Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/embeddedartistry/jenkins-pipeline-lib
Libraries to support Jenkins pipeline builds
https://github.com/embeddedartistry/jenkins-pipeline-lib
buildsystem jenkins jenkins-pipeline jenkins-pipeline-library
Last synced: 3 months ago
JSON representation
Libraries to support Jenkins pipeline builds
- Host: GitHub
- URL: https://github.com/embeddedartistry/jenkins-pipeline-lib
- Owner: embeddedartistry
- License: mit
- Created: 2017-08-31T23:06:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T16:23:45.000Z (almost 3 years ago)
- Last Synced: 2024-04-06T06:20:30.122Z (10 months ago)
- Topics: buildsystem, jenkins, jenkins-pipeline, jenkins-pipeline-library
- Language: Groovy
- Size: 52.7 KB
- Stars: 11
- Watchers: 3
- Forks: 10
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# jenkins-pipeline-lib
Libraries to support Jenkins pipeline builds## Dependencies
### `adr-tools`
This repository uses [Architecture Decision Records](https://embeddedartistry.com/blog/2018/4/5/documenting-architectural-decisions-within-our-repositories). Please install [`adr-tools`](https://github.com/npryce/adr-tools) to contribute to architecture decisions.
If you are using OSX, you can install `adr-tools` through Homebrew:
```
brew install adr-tools
```If you are using Windows or Linux, please install `adr-tools` via [GitHub](https://github.com/npryce/adr-tools).