Giter Site home page Giter Site logo

greenballs-plugin's Introduction

Green Balls for Jenkins

Changes Jenkins to use green balls instead of blue for successful builds.

Greenballs Plugin

greenballs-plugin's People

Contributors

asgeirn avatar claudiopro avatar damienfinck avatar daniel-beck-bot avatar exotic avatar huybrechts avatar jieryn avatar kohsuke avatar ndeloof avatar nfalco79 avatar olamy avatar olivergondza avatar res0nance avatar stefanspieker avatar stephenc avatar tan9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

greenballs-plugin's Issues

Color blind icons do not have transparent backgrounds

The color blind icons in main/webapp/colorblind do not have the same transparency as the default icons. I think this is because they are not generated by the makeBalls.sh script but were hand made and so not updated at the same time transparency was added to the other icons..

installation warns 'Illegal reflective access by hudson.plugins.greenballs.GreenBallsPlugin'

Version report

Jenkins and plugins versions report:

Jenkins: 2.302
OS: Linux - 5.10.25-linuxkit
---
workflow-cps:2.93
caffeine-api:2.9.1-23.v51c4e2c879c8
jdk-tool:1.0
command-launcher:1.2
jaxb:2.3.0
thinBackup:1.10
ace-editor:1.1
echarts-api:5.1.2-3
bootstrap5-api:5.0.2-1
warnings-ng:9.4.0
workflow-aggregator:2.6
matrix-project:1.19
sshd:3.1.0
pipeline-build-step:2.14
pipeline-stage-step:2.5
momentjs:1.1.1
pipeline-rest-api:2.19
cloudbees-folder:6.15
plain-credentials:1.7
bootstrap4-api:4.6.0-3
jackson2-api:2.12.4
dtkit-api:3.0.0
jenkinslint:0.14.0
xunit:3.0.2
build-timeout:1.20
forensics-api:1.2.1
credentials:2.5
checks-api:1.7.2
ssh-credentials:1.19
scm-api:2.6.4
analysis-model-api:10.2.5
antisamy-markup-formatter:2.1
apache-httpcomponents-client-4-api:4.5.13-1.0
durable-task:1.38
pipeline-graph-analysis:1.11
lockable-resources:2.11
docker-plugin:1.2.2
timestamper:1.13
pipeline-input-step:2.12
credentials-binding:1.27
pipeline-model-api:1.8.5
popper-api:1.16.1-2
workflow-job:2.41
handlebars:3.0.8
workflow-durable-task-step:2.39
pipeline-model-definition:1.8.5
pipeline-model-extensions:1.8.5
git-server:1.10
token-macro:2.15
popper2-api:2.5.4-3
jquery3-api:3.6.0-2
docker-workflow:1.26
greenballs:1.15.1
script-security:1.77
ws-cleanup:0.39
workflow-support:3.8
mailer:1.34
pipeline-milestone-step:1.3.2
git-client:3.8.0
authentication-tokens:1.4
ssh-slaves:1.32.0
locale:1.4
plugin-util-api:2.4.0
workflow-scm-step:2.13
structs:1.23
font-awesome-api:5.15.3-4
bouncycastle-api:2.20
matrix-auth:2.6.7
trilead-api:1.0.13
jsch:0.1.55.2
pipeline-stage-tags-metadata:1.8.5
workflow-cps-global-lib:2.21
data-tables-api:1.10.25-2
docker-java-api:3.1.5.2
resource-disposer:0.16
workflow-basic-steps:2.23
workflow-step-api:2.24
workflow-api:2.46
docker-commons:1.17
git:4.7.2
workflow-multibranch:2.26
pipeline-stage-view:2.19
junit:1.51
display-url-api:2.3.5
snakeyaml-api:1.29.1
branch-api:2.6.5
  • What Operating System are you using (both controller, and any agents involved in the problem)?
controller: docker container using image 'jenkins/jenkins'
agents: no agents running

Reproduction steps

  • use dockerfile:
FROM jenkins/jenkins:2.302-jdk11
ENV JAVA_OPTS -Djenkins.install.runSetupWizard=false
COPY --chown=jenkins:jenkins plugins.txt /usr/share/jenkins/ref/plugins.txt
RUN jenkins-plugin-cli --latest true -f /usr/share/jenkins/ref/plugins.txt
  • run docker build .

Results

Expected result:

no warning

Actual result:

   :
2021-07-21 05:06:06.130+0000 [id=24]    INFO    winstone.Logger#logInternal: Winstone Servlet Engine running: controlPort=disabled
2021-07-21 05:06:06.627+0000 [id=31]    INFO    jenkins.InitReactorRunner$1#onAttained: Started initialization
2021-07-21 05:06:07.039+0000 [id=34]    INFO    hudson.PluginManager#considerDetachedPlugin: Loading a detached plugin as a dependency: /var/jenkins_home/plugins/command-launcher.jpi
2021-07-21 05:06:07.071+0000 [id=34]    INFO    hudson.PluginManager#considerDetachedPlugin: Loading a detached plugin as a dependency: /var/jenkins_home/plugins/jdk-tool.jpi
2021-07-21 05:06:07.102+0000 [id=34]    INFO    hudson.PluginManager#considerDetachedPlugin: Loading a detached plugin as a dependency: /var/jenkins_home/plugins/jaxb.jpi
2021-07-21 05:06:11.844+0000 [id=31]    INFO    jenkins.InitReactorRunner$1#onAttained: Listed all plugins
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by hudson.plugins.greenballs.GreenBallsPlugin (file:/var/jenkins_home/plugins/greenballs/WEB-INF/lib/greenballs.jar) to field java.awt.Color.value
WARNING: Please consider reporting this to the maintainers of hudson.plugins.greenballs.GreenBallsPlugin
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2021-07-21 05:06:20.910+0000 [id=32]    INFO    jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
2021-07-21 05:06:24.546+0000 [id=33]    INFO    jenkins.InitReactorRunner$1#onAttained: Started all plugins
2021-07-21 05:06:24.561+0000 [id=29]    INFO    jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
2021-07-21 05:06:24.637+0000 [id=31]    INFO    jenkins.InitReactorRunner$1#onAttained: System config loaded
   :

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.