Skip to content
 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Pipeline Collection

This repository is a curated collection of Jenkins pipeline scripts designed to automate various stages of the software development lifecycle, including build, test, and deployment processes.​:contentReference[oaicite:0]{index=0}


📁 Repository Structure


🚀 Getting Started

To utilize these pipeline scripts:

  1. Clone the Repository

    git clone https://github.com/mukund-p/Jenkins_Pipeline.git
    cd Jenkins_Pipeline
  2. Set Up Jenkins

  • Ensure Jenkins is installed and running.
  • Install necessary plugins, such as:
    • Pipeline
    • Git
    • GitHub Integration (if using GitHub repositories)
  1. Create a New Pipeline Job
  • In Jenkins, navigate to New Item.
  • Enter a name for your job and select Pipeline.
  • Under the Pipeline section, choose Pipeline script and paste the contents of the desired .txt file from this repository.
  1. Run the Pipeline
  • Save the job configuration.
  • Click Build Now to execute the pipeline.

📝 Notes

  • These scripts are written in Jenkins Declarative Pipeline syntax.
  • Modify the scripts as needed to fit your specific environment and requirements.
  • Ensure that any referenced agents, labels, or external jobs exist in your Jenkins setup.

About

Collection of Jenkins pipelines for automating build, test, and deployment workflows.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors