Created
December 12, 2015 19:33
-
-
Save batmat/3e14ad33b9886156b35c to your computer and use it in GitHub Desktop.
Jenkins plugins having enabled gh issues...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat repos.jenkins| jq -r '.[] | "\(.name) \(.has_issues)"' | grep -e '-plugin' | grep true | sort | sed 's/ true//' | |
allure-plugin | |
antexec-plugin | |
appdynamics-plugin | |
archived-artifact-url-viewer-plugin | |
artifact-promotion-plugin | |
audit2db-plugin | |
aws-beanstalk-publisher-plugin | |
aws-credentials-plugin | |
azure-publishersettings-credentials-plugin | |
azure-slave-plugin | |
brakeman-plugin | |
build-timeout-plugin | |
build-view-column-plugin | |
caliper-ci-plugin | |
categorized-view-plugin | |
chatwork-plugin | |
cli-commander-plugin | |
cloudbees-enterprise-plugins-plugin | |
cloudtest-plugin | |
cmvc-plugin | |
cobertura-plugin | |
compound-slaves-plugin | |
coordinator-plugin | |
credentials-plugin | |
cucumber-reports-plugin | |
debian-package-builder-plugin | |
deveo-plugin | |
dev-mode-plugin | |
discobit-autoconfig-plugin | |
docker-plugin | |
doclinks-plugin | |
ec2-cloud-axis-plugin | |
envfile-plugin | |
envinject-plugin | |
environment-plugin | |
failure-visualizer-plugin | |
flowdock-plugin | |
fogbugz-plugin | |
font-awesome-icons-plugin | |
fortify-cloudscan-plugin | |
gatekeeper-plugin | |
ghprb-plugin | |
github-pullrequest-plugin | |
gitlab-logo-plugin | |
gitlab-plugin | |
google-metadata-plugin | |
google-oauth-plugin | |
google-source-plugin | |
google-storage-plugin | |
graven-plugin | |
greenballs-plugin | |
groovy-script-scheduler-plugin | |
hipchat-plugin | |
icon-shim-plugin | |
implied-labels-plugin | |
inedo-buildmaster-plugin | |
ivy-plugin | |
jabber-server-plugin | |
jackson-databind-plugin | |
jacoco-plugin | |
jobtemplates-plugin | |
jqs-monitoring-plugin | |
junit-attachments-plugin | |
kerberos-auth-plugin | |
kubernetes-plugin | |
leiningen-plugin | |
liquibase-runner-plugin | |
lockable-resources-plugin | |
matrix-groovy-execution-strategy-plugin | |
maven-dependency-update-trigger-plugin | |
maven-repo-cleaner-plugin | |
mesos-plugin | |
mlattach-plugin | |
mount-point-disk-space-monitor-plugin | |
multi-module-tests-publisher-plugin | |
newgen-servers-plugin | |
nis-notification-lamp-plugin | |
ontrack-plugin | |
openconnect-plugin | |
openid4java-plugin | |
openstack-cloud-plugin | |
packer-plugin | |
page-note-plugin | |
parallel-test-executor-plugin-sample | |
parallel-test-executor-plugin | |
perfpublisher-plugin | |
periodic-reincarnation-plugin | |
persistent-parameter-plugin | |
pom2config-plugin | |
radiatorview-plugin | |
rake-plugin | |
rally-plugin | |
rbenv-plugin | |
readonly-parameter-plugin | |
recipe-plugin | |
regression-report-plugin | |
rest-service-scheduler-plugin | |
rpmsign-plugin | |
rrod-plugin | |
rubymetrics-plugin | |
saltstack-plugin | |
scm-sync-configuration-plugin | |
scp-plugin | |
seed-plugin | |
selenium-axis-plugin | |
selenium-plugin | |
silktestsuite-plugin | |
slack-plugin | |
slave-proxy-plugin | |
sqlplus-script-runner-plugin | |
sra-deploy-plugin | |
ssh-slaves-plugin | |
stackhammer-plugin | |
stashnotifier-plugin | |
suppress-stack-trace-plugin | |
tag-profiler-plugin | |
team-views-plugin | |
testswarm-plugin | |
tinfoil-security-plugin | |
token-macro-plugin | |
trac-artifacts-publisher-plugin | |
trial-balloon-plugin | |
uithemes-plugin | |
unity3d-plugin | |
vertx-plugin | |
violations-plugin | |
walti-plugin | |
windows-azure-storage-plugin | |
wix-plugin | |
xlrelease-plugin | |
xltestview-plugin | |
yammer-plugin | |
zap-plugin | |
zaproxy-plugin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment