https://github.com/jenkinsci/jenkins-scripts
Scripts in Groovy, shell, Ruby, Python, whatever for managing/interacting with Jenkins
https://github.com/jenkinsci/jenkins-scripts
Last synced: 3 months ago
JSON representation
Scripts in Groovy, shell, Ruby, Python, whatever for managing/interacting with Jenkins
- Host: GitHub
- URL: https://github.com/jenkinsci/jenkins-scripts
- Owner: jenkinsci
- Created: 2011-12-14T23:13:25.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T15:16:43.000Z (over 1 year ago)
- Last Synced: 2024-08-25T00:41:50.656Z (about 1 year ago)
- Language: Groovy
- Homepage:
- Size: 167 KB
- Stars: 899
- Watchers: 71
- Forks: 557
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jenkins-scripts
This is a collection of utility scripts for use with
[Jenkins](http://jenkins-ci.org), the leading continuous integration
server.They can cover a range of use cases - automating Jenkins management,
end-user tools, etc. They're organized by function- [Scriptler](https://wiki.jenkins-ci.org/display/JENKINS/Scriptler+Plugin)
scripts, for use in the Jenkins Plugin, are in the "scriptler"
directory and should follow the convention as described in [scriptler README.md](scriptler/README.md)
- and other scripts are in the "managed-scripts" directory,
and then organized by scripting language.