Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Shared Library Pipeline

This project is a skeleton for creating custom Shared Pipeline Libraries with Jenkins.

Pré-requis

Installation

  1. Navigate in Credentials -> System -> Global credentials and add following credentials :
    1. Git
      1. Type : Username and password
      2. Range : Global
      3. Username : Your Git username
      4. Password : Your Git password
      5. ID : git-main
      6. Description : Git - <Main>
  2. Browse in Admin Jenkins -> Configure system and modify following parameters (don't forget to save) :
    1. Global Pipeline Libraries : Add
      1. Name : custom
      2. Default version : master
      3. Load implicity : check
      4. Allow default version to be overridden : check
      5. Include Library changes in job recent changes : check
      6. Retrieval method : Modern SCM
      7. Source Code Management : Git
      8. Project Repository : this git repository URL
      9. Credentials : Select the credential you just created
      10. Behaviours : add "Discover tags"

About

A basic tree with minimum configuration on how to make a custom Jenkins Shared Library Pipeline

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages