https://github.com/stenic/jpipe
Event driven jenkins pipeline framework
https://github.com/stenic/jpipe
hacktoberfest jenkins pipeline
Last synced: 6 months ago
JSON representation
Event driven jenkins pipeline framework
- Host: GitHub
- URL: https://github.com/stenic/jpipe
- Owner: stenic
- License: mit
- Created: 2021-02-03T20:47:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T00:21:25.000Z (over 2 years ago)
- Last Synced: 2024-03-02T00:37:24.578Z (over 2 years ago)
- Topics: hacktoberfest, jenkins, pipeline
- Language: Groovy
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Jpipe
> Jpipe aims to be a flexible, customizabe and reusable project containing both plugins and base pipelines.
## Usage
You can use Jpipe directly to see it in action. A good practice would be to create a new repository where you define
your own company-wide pipelines. This allows you to tweak the setup at a later time for multiple project.
## Changes
The project uses semantic versioning to unsure a stable experience for the users. Make sure you define a specific tag
when including the library!
Additional details about the changes between releases can be found in [CHANGELOG.md](CHANGELOG.md).
## Setup
Jpipe can be configured with your project in multiple ways.
__Library__
```
library identifier: 'jpipe@main',
retriever: modernSCM([$class: 'GitSCMSource', remote: 'https://github.com/stenic/jpipe.git']),
changelog: false
```
__Global__
Jpipe can be set as a global shared library.
## License