Code changed in jenkins
User: Marius Gedminas
Path:
src/main/java/org/jenkinsci/plugins/badge/BadgeAction.java
src/main/java/org/jenkinsci/plugins/badge/BadgeActionFactory.java
src/main/java/org/jenkinsci/plugins/badge/ImageResolver.java
src/main/java/org/jenkinsci/plugins/badge/PublicBadgeAction.java
src/main/java/org/jenkinsci/plugins/badge/RunBadgeAction.java
src/main/java/org/jenkinsci/plugins/badge/RunBadgeActionFactory.java
src/main/resources/org/jenkinsci/plugins/badge/BadgeAction/index.groovy
src/main/resources/org/jenkinsci/plugins/badge/BadgeAction/index.properties
src/main/resources/org/jenkinsci/plugins/badge/RunBadgeAction/index.groovy
src/main/resources/org/jenkinsci/plugins/badge/RunBadgeAction/index.properties
src/main/webapp/status/build-failing-red-flat.svg
src/main/webapp/status/build-passing-brightgreen-flat.svg
src/main/webapp/status/build-running-blue-flat.svg
src/main/webapp/status/build-unknown-lightgrey-flat.svg
src/main/webapp/status/build-unstable-yellow-flat.svg
src/test/java/org/jenkinsci/plugins/badge/PublicBadgeActionTest.java
http://jenkins-ci.org/commit/embeddable-build-status-plugin/f13eccb8551fd3c888f3f44856b539c344d0da62
Log:
Add flat-styled images, make them default

You can get the old "plastic" style badges by adding ?style=plastic to
the badge URL.

The new images were generated with

wget https://img.shields.io/badge/build-failing-red.svg?style=flat -O build-failing-red-flat.svg
wget https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat -O build-passing-brightgreen-flat.svg
wget https://img.shields.io/badge/build-running-blue.svg?style=flat -O build-running-blue-flat.svg
wget https://img.shields.io/badge/build-unknown-lightgrey.svg?style=flat -O build-unknown-lightgrey-flat.svg
wget https://img.shields.io/badge/build-unstable-yellow.svg?style=flat -O build-unstable-yellow-flat.svg

Fixes JENKINS-26705.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to