https://github.com/aleroxac/jenkinsfiles
https://github.com/aleroxac/jenkinsfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aleroxac/jenkinsfiles
- Owner: aleroxac
- Created: 2024-07-21T14:00:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T00:11:00.000Z (8 months ago)
- Last Synced: 2025-01-16T16:23:34.511Z (4 months ago)
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# jenkinsfiles
[](https://awesome.re)A curated collection of badass jenkinsfiles
## Catalog
- [select target branch and environment to deploy](jenkins/branch-and-env-selection.jenkinsfile)
- [invoke other job](jenkins/call-other-job.jenkinsfile)
- [check approvers](jenkins/check-approvers.jenkinsfile)
- [check invokers](jenkins/check-invokers.jenkinsfile)
- [cleanup job history](jenkins/cleanup-job-history.jenkinsfile)
- [get a slow job top list](jenkins/get-slow-jobs.jenkinsfile)
- [steps and stages running in parallel](jenkins/parallel.jenkinsfile)
- [set next job build number](jenkins/set-next-job-number.jenkinsfile)
- [get job build number](jenkins/get-job-build-number.jenkinsfile)
- [get jobs by repo](jenkins/get-jobs-by-repo.jenkinsfile)
- [get repo by job](jenkins/get-repo-by-job.jenkinsfile)