Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedalaa14/jenkins-shared-library
This project contains a Jenkins shared library for automating CI/CD pipelines. The library is used to define reusable pipeline components and functions to streamline the development, build, and deployment processes
https://github.com/ahmedalaa14/jenkins-shared-library
groovy jenkins-sha
Last synced: about 1 month ago
JSON representation
This project contains a Jenkins shared library for automating CI/CD pipelines. The library is used to define reusable pipeline components and functions to streamline the development, build, and deployment processes
- Host: GitHub
- URL: https://github.com/ahmedalaa14/jenkins-shared-library
- Owner: ahmedalaa14
- Created: 2024-02-28T18:37:58.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-17T18:19:46.000Z (7 months ago)
- Last Synced: 2024-10-19T23:13:19.335Z (2 months ago)
- Topics: groovy, jenkins-sha
- Language: Groovy
- Homepage:
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jenkins Shared Library Project
- This project contains a Jenkins shared library for automating CI/CD pipelines. The library is used to define reusable pipeline components and functions to streamline the development, build, and deployment processes.
## Description
- The Jenkins shared library is loaded from a Git repository and includes functions for building a vars file, building and pushing a Docker image, and deploying an application.
## Usage
- To use this shared library in your Jenkins pipeline, follow these steps:
1. Import the library in your pipeline script.
2. Define the stages of your pipeline using the provided functions.