All Projects → jenkinsci → github-api-plugin

jenkinsci / github-api-plugin

Licence: other
This plugin packages stock github-api library

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to github-api-plugin

docker-commons-plugin
API plugin, which provides the common shared functionality for various Docker-related plugins.
Stars: ✭ 38 (+90%)
Mutual labels:  jenkins, jenkins-plugin, jenkins-api-plugin
script-security-plugin
Allows Jenkins admins to control what in-process scripts can be run by users
Stars: ✭ 56 (+180%)
Mutual labels:  jenkins-plugin, jenkins-api-plugin
build-user-vars-plugin
Set of environment variables that describe the user who started the build
Stars: ✭ 40 (+100%)
Mutual labels:  jenkins, jenkins-plugin
ecutest-plugin
This plugin integrates Jenkins with ECU-TEST and generates reports on automated test execution.
Stars: ✭ 23 (+15%)
Mutual labels:  jenkins, jenkins-plugin
osf-builder-suite-for-sfcc-deploy-plugin
OSF Builder Suite For Salesforce Commerce Cloud :: Deploy
Stars: ✭ 14 (-30%)
Mutual labels:  jenkins, jenkins-plugin
configuration-as-code-secret-ssm-plugin
AWS SSM Plugin for Jenkins Configuration as Code
Stars: ✭ 22 (+10%)
Mutual labels:  jenkins, jenkins-plugin
artifact-promotion-plugin
A simple Jenkins plugin to promote artifacts.
Stars: ✭ 29 (+45%)
Mutual labels:  jenkins, jenkins-plugin
node-github-publish
Publishes a file to a repository through the GitHub Contents API
Stars: ✭ 20 (+0%)
Mutual labels:  github-api, api-wrapper
learn-ansible-and-jenkins-in-30-days
Ansible + Jenkins in 30 days tutorial.
Stars: ✭ 35 (+75%)
Mutual labels:  jenkins, jenkins-plugin
mailer-plugin
This plugin allows you to configure email notifications for build results
Stars: ✭ 35 (+75%)
Mutual labels:  jenkins, jenkins-plugin
configuration-as-code-groovy-plugin
Extension for Jenkins Configuration-as-Code plugin that allows running Groovy scripts
Stars: ✭ 39 (+95%)
Mutual labels:  jenkins, jenkins-plugin
file-operations-plugin
File Operations as Build Step in Jenkins
Stars: ✭ 26 (+30%)
Mutual labels:  jenkins, jenkins-plugin
Hashicorp Vault Plugin
Jenkins plugin to populate environment variables from secrets stored in HashiCorp's Vault.
Stars: ✭ 191 (+855%)
Mutual labels:  jenkins, jenkins-plugin
pipeline-as-yaml-plugin
Jenkins Pipeline As Yaml Plugin
Stars: ✭ 111 (+455%)
Mutual labels:  jenkins, jenkins-plugin
Performance Plugin
Performance Test Running and Reporting for Jenkins CI
Stars: ✭ 176 (+780%)
Mutual labels:  jenkins, jenkins-plugin
Stashnotifier Plugin
A Jenkins Plugin to notify Atlassian Stash|Bitbucket of build results
Stars: ✭ 157 (+685%)
Mutual labels:  jenkins, jenkins-plugin
Delivery Pipeline Plugin
Jenkins plugin for pipeline visualisation, perfect for Continuous Delivery
Stars: ✭ 122 (+510%)
Mutual labels:  jenkins, jenkins-plugin
Sonar Scanner Jenkins
SonarQube Scanner for Jenkins
Stars: ✭ 155 (+675%)
Mutual labels:  jenkins, jenkins-plugin
aliyun-oss-uploader-plugin
Aliyun/AliCloud OSS uploader
Stars: ✭ 26 (+30%)
Mutual labels:  jenkins, jenkins-plugin
bitbucket-push-and-pull-request-plugin
Plugin for Jenkins v2.138.2 or later, that triggers job builds on Bitbucket's push and pull request events.
Stars: ✭ 47 (+135%)
Mutual labels:  jenkins, jenkins-plugin

GitHub API Plugin for Jenkins

github api github api plugin github api

This jenkins plugin packages the stock github-api library. Normally library should be backward-compatible.

Usage

This plugin is a library plugin used by other GitHub related plugins to share the same libraries. This plugin does not have any user visible feature by itself. There’s no need to install this plugin manually, although you want to keep it up to date.

Note to plugin developers

If you are developing a plugin that depends on github-api, it’s is highly recommended that you depend on this as opposed to bundle the jar locally. Doing so (as opposed to depending on org.kohsuke:github-api as a jar), we can eliminate the classloader problems caused by having multiple copies of github-api loaded. Specifically, if plugin A and B both locally includes its own copy of the github-api.jar and another plugin C depends on A and B, it’ll break.

Changelog

Note
The version number of this plugin tracks the version number of github-api.jar.

Reporting issues

If you have any issues related to library please fill in GH Issues.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].