Skip to content

mbedded/JenkinsSharedLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

JenkinsSharedLibrary

This is a SharedLibrary for Jenkins. Shared Libraries are able to add additional features to Jenkins build steps.

Additional Links

How to install and use

  • Open your Jenkins Website and log in
  • Left menu > Configure Jenkins
  • Configure system
  • Scroll down to Global Pipeline Libraries
  • Add the library
    • Give it a name you like (example: my-library)
    • Set the project repository (git URL)
    • Save your changes
  • In your Pipeline Script use @Library('my-library') _ and call the methods

About

This is a SharedLibrary for Jenkins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages