Coder Social home page Coder Social logo

mani1soni / jenkins-shared-library Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 2.0 53 KB

This repo contains groovy functions, that anyone can call them in their groovy scripts.

License: GNU General Public License v3.0

Groovy 100.00%
groovy groovy-functions groovy-scripts jenkins hacktoberfest2020 hacktoberfest

jenkins-shared-library's Introduction







jenkins-shared-library

PRs Welcome License

This is open source jenkins shared library repository. This repository contains groovy functions, anyone can call them in their groovy scripts.

Tutorial

  • Make a Jenkinsfile in your own github repository
  • Fork this repo
  • Call groovy function like following example-->
    library identifier: 'general_node-app_template@master', retriever: modernSCM(
    [$class: 'GitSCMSource',
     remote: 'Forked Repo URL',
     credentialsId: 'YOUR-Credentials'])
    
     general_node-app_template()
    
    

Contributions

Contribution steps

  • Create a new branch in your forked repository and then start working
  • Include a proper commit message in your commits
  • Always rebase with master:mani1soni/jenkins-shared-library to avoid merge conflicts whenever you start to work
  • Include proper PR message while giving pull request
  • Try to keep pull requests small to minimize merge conflicts

Getting Started

  • Fork this repo (button on top)
  • Clone on your local machine
        $ git clone https://github.com/mani1soni/jenkins-shared-library
    
  • Change to jenkins-shared-library directory
        $ cd jenkins-shared-library
    
  • Create a new branch
        $ git checkout -b my-new-branch
    
  • Add your contribution
  • Commit and push
        $ git add .
    
        $ git commit -m "your-commit-msg"
    
        $ git push origin my-new-branch
    
  • Create a new pull request from your forked repository to master branch of mani1soni/jenkins-shared-library

๐ŸŽ‰ ๐ŸŽŠ ๐Ÿ˜ƒ Happy Contributing ๐Ÿ˜ƒ ๐ŸŽŠ ๐ŸŽ‰

For more details visit:-

Technology used

Maintainers

Manish Soni
Manish Soni
Twitter: @manisomanish
Github: @mani1soni
Linkedin: @manisomanish
DevOps Engineer
Parth Vyas
Parth Vyas
Github: @parthvyas
Linkedin: @parthvyas
DevOps Engineer

License

GPL-3.0

jenkins-shared-library's People

Contributors

jonbrohauge avatar mani1soni avatar

Stargazers

 avatar

Watchers

 avatar  avatar

jenkins-shared-library's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.