Skip to content

mPokornyETM/jenkins-lockable-resources-shared-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins lockable-resources-shared-library

Jenkins shared library to extends lockable-resources-plugin as a groovy code.

The goal is to extend lockable-resources-plugin functionality in simple way and provide a solution for end-user (administrators) with much more then one simple lock() step.

Many users has own solutions like create resources, or check it is isFree(). A lot of them are done in uncommon way and a lot of them make some useful magic. This shall helps to all Jenkins administrators to interact with lockable-resource:

  • without coding own code
  • spare maintenance on own side
  • spare testing after each plugin and jenkins update
  • customizing
  • share ideas with community
  • do not copy examples from untrusted zones in to your code
  • be sure your solutions are done in proper way

Usage

Install Global Shared Library on our Jenkins instance. Add this repository to your shared-libraries. Enjoy in your pipelines.

Customizing

Fork this repository and change what you want.

You can share your ideas with community, when you create pull-request into this repository. This wil help you to eliminate maintenance and help the community wit more power.

Keep in mind, that we can not care about your changes. It means when this repository became an update, you need merge changes by your self.


Changelog

See git history of master branch in this repository.


Report an Issue

Please report issues and enhancements through the GitHub.

If you have an example to share, please create a new documentation issue and provide additional examples as a pull request to the repository.

If you have a question, please open a GitHub issue with your question.


Contributing

Contributions are welcome, please refer to the separate CONTRIBUTING document for details on how to proceed!

Join Gitter channel to discuss your ideas with the community.


License

All source code is licensed under the MIT license. See LICENSE

About

Global Shared Library for lockable-resources-plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published