Giter Club home page Giter Club logo

material-theme-plugin's Introduction

A Material Theme plugin for Jenkins.

Build Status Gitter Changelog Jenkins Plugin Jenkins Plugin Installs

Description

This a port of Afonso F's Jenkins material theme (http://afonsof.com/jenkins-material-theme/) to use Theme Manager plugin (https://github.com/jenkinsci/theme-manager-plugin#configuring-the-plugin). This should allow Jenkins administrators to easily switch themes and allow users to select their own theme.

Screenshots

'Red':

Screenshot jenkins-material-red main

'Indigo':

Screenshot jenkins-material-red main

'Grey':

Screenshot jenkins-material-red main

'Light Blue':

Screenshot jenkins-material-red main

Installation

To install this theme search for 'Material theme' in your Jenkins update center.

Configuration

Go to the "Configure System" page, search for 'Built-in Themes' and select 'Material - Indigo' or 'Material - Red'

Or with the configuration-as-code plugin:

unclassified:
  themeManager:
    disableUserThemes: true
    theme: "material-indigo" # or 'material-red' or 'material-grey' or 'material-light-blue' 

Running (development)

To build and run this plugin you should only need to run:

mvn clean hpi:run

Development tools

Here is a list of the tools (and versions) I have in my development enviornment - outside of those handeled in the pom.xml. Java 11 Maven 3.5

Releasing

To release a new version of this plugin, please follow these steps: https://www.jenkins.io/doc/developer/publishing/releasing/

Disclaimer

I am not a front-end web or Java developer. The CCS in the project has mostly been copied from http://afonsof.com/jenkins-material-theme/. The Java in this project has modified from the dark theme plugin (https://github.com/jenkinsci/dark-theme-plugin).

Future work

  • Add the ability for users to define custom theme pallets.
  • Need to add tests to check:
    • That when a theme is loaded through the UI, that the correct theme is loaded.

Thanks to

material-theme-plugin's People

Contributors

bhartshorn avatar dependabot[bot] avatar jetersen avatar jonesbusy avatar markewaite avatar martinzding avatar notmyfault avatar offa avatar pyguy2 avatar timbrown5 avatar timja avatar tkensiski avatar xjjx avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

material-theme-plugin's Issues

Customize the Jenkins logo

What feature do you want to see added?

Is there a way to customize the logo in the top left? If not, this would be a nice feature. Would rather not have to resort to css hacking if I can avoid it :)

Upstream changes

No response

Theme problem

Hi. @timbrown5
There is a problem with the "in progress" icon not displaying correctly.
Do you have a suggestion how you can fix it?
Screenshots in the attachment
jenkins_issue_4
jenkins_issue_3

Console log has wrong font color

Jenkins and plugins versions report

Environment
Jenkins: 2.348
OS: Linux - 3.10.0-1160.42.2.el7.x86_64

simple-theme-plugin:103.va_161d09c38c7
material-theme:0.4.1

What Operating System are you using (both controller, and any agents involved in the problem)?

Linux - 3.10.0-1160.42.2.el7.x86_64

Reproduction steps

Open the console log of any build

Expected Results

image

Actual Results

image

Anything else?

it might be related with:
jenkinsci/jenkins#6339
jenkinsci/jenkins#6338

Add Green and Yellow

What feature do you want to see added?

The inspiration for this plugin comes from afonsof/jenkins-material-theme which had a lot more colors to choose from.
We use green, yellow and red so support for more colors would be awesome!

Upstream changes

No response

Release new version

Jenkins and plugins versions report

Please release new version, current one is 2years old.

What Operating System are you using (both controller, and any agents involved in the problem)?

Please release new version, current one is 2years old.

Reproduction steps

Please release new version, current one is 2years old.

Expected Results

Please release new version, current one is 2years old.

Actual Results

Please release new version, current one is 2years old.

Anything else?

No response

Are you interested in contributing a fix?

No response

Material theme is not working properly when using load balancer

Hi Team,

We have installed material theme plugin in our jenkins instances. When we use the direct hostname like snt900.org.com, the color theme is working fine.
But when we use to access with the F5 name like Production.org.com the color theme is not working.

Could someone please help me with this issue?

Thanks,
Subash
Mail id:- [email protected]

Build number dropdown within pipeline has odd formatting

When you create a pipeline and execute a job, you can expand the job number via a dropdown icon upon hover.

By default, the options appear with their icon and text inline, which reduces clutter.
Correct

With this theme, the icons and text are separated via newlines, which causes visual disparity.
Incorrect

This theme should have its CSS updated to correct the issue, since it doesn't seem like an intended modification.

The cause of the issue is the image src being set to display block, which forces the text onto the next line.

This can be rectified by changing https://github.com/jenkinsci/material-theme-plugin/blob/master/src/main/webapp/resources/less/core-theme.less#L6 to be display: inline !important;

I'm not sure why this wasn't an issue in Jenkins when using the afonsof theme directly.

Copy over the console output styles from afonsof/jenkins-material-theme

The console within the afonsof material theme which this is based upon has some styling for the console which increases readability, most of which is set by modifying the console-output class as follows:

.console-output {
    padding: 10px 20px;
}

.console-output, .console-output * {
    position: relative;
    font-family: Roboto Mono,monospace!important;
    font-size: 14px;
    background: #263238;
    color: #e9eded;
    cursor: text;
}

Some additional formatting is set elsewhere which affects the style too (not certain how/where this is set, but it's definitely by afonsof):

#main-panel>pre {
    font-family: Roboto Mono,monospace!important;
}
:not(div.ace_editor) {
    font-family: Roboto,sans-serif!important;
    outline: 0;
}

Health icons not replaced since 2.375.1 LTS

Jenkins and plugins versions report

Environment
Jenkins: 2.375.1
OS: Linux - 5.18.5-100.fc35.x86_64
---
ace-editor:1.1
active-directory:2.28
allure-jenkins-plugin:2.30.3
analysis-model-api:10.20.0
ansible:1.1
ansicolor:1.0.2
ant:481.v7b_09e538fcca
antisamy-markup-formatter:155.v795fb_8702324
apache-httpcomponents-client-4-api:4.5.13-138.v4e7d9a_7b_a_e61
artifactory:3.17.3
atlassian-bitbucket-server-integration:3.3.2
authentication-tokens:1.4
authorize-project:1.4.0
basic-branch-build-strategies:71.vc1421f89888e
bitbucket-kubernetes-credentials:56.v8fb_955b_a_231c
bootstrap4-api:4.6.0-5
bootstrap5-api:5.2.1-3
bouncycastle-api:2.26
branch-api:2.1051.v9985666b_f6cc
build-blocker-plugin:1.7.8
build-discarder:139.v05696a_7fe240
build-name-setter:2.2.0
build-user-vars-plugin:1.9
build-with-parameters:73.v3ed13cb_d6cca
caffeine-api:2.9.3-65.v6a_47d0f4d1fe
checks-api:1.8.0
cloudbees-bitbucket-branch-source:791.vb_eea_a_476405b
cloudbees-disk-usage-simple:178.v1a_4d2f6359a_8
cloudbees-folder:6.800.v71307ca_b_986b
code-coverage-api:3.4.0
command-launcher:90.v669d7ccb_7c31
commons-lang3-api:3.12.0-36.vd97de6465d5b_
commons-text-api:1.10.0-27.vb_fa_3896786a_7
conditional-buildstep:1.4.2
config-file-provider:3.11.1
configuration-as-code:1569.vb_72405b_80249
credentials:1214.v1de940103927
credentials-binding:523.vd859a_4b_122e6
cucumber-reports:5.7.4
custom-folder-icon:2.3
dark-theme:262.v0202a_4c8fb_6a
data-tables-api:1.12.1-4
display-url-api:2.3.6
docker-commons:1.21
docker-workflow:528.v7c193a_0b_e67c
dotnet-sdk:1.4.0
dtkit-api:3.0.2
durable-task:503.v57154d18d478
echarts-api:5.4.0-1
email-ext:2.92
envinject:2.881.v37c62073ff97
envinject-api:1.199.v3ce31253ed13
extended-read-permission:3.2
external-monitor-job:203.v683c09d993b_9
favorite:2.4.1
file-operations:1.11
file-parameters:205.vf6ce13b_e5dee
font-awesome-api:6.2.1-1
forensics-api:1.16.0
generic-tool:1.0
git:4.14.1
git-client:3.13.0
git-forensics:1.11.0
git-parameter:0.9.18
github:1.36.0
github-api:1.303-400.v35c2d8258028
github-branch-source:1696.v3a_7603564d04
github-checks:1.0.19
gitlab-api:5.0.1-78.v47a_45b_9f78b_7
gitlab-branch-source:643.vdc12a_4a_06434
gitlab-kubernetes-credentials:10.vf149b_4184513
gradle:2.1.1
h2-api:1.4.199
handlebars:3.0.8
handy-uri-templates-2-api:2.1.8-22.v77d5b_75e6953
hidden-parameter:0.0.5
htmlpublisher:1.31
http_request:1.16
inline-pipeline:1.0.2
instance-identity:116.vf8f487400980
ionicons-api:31.v4757b_6987003
ivy:2.4
jackson2-api:2.14.1-313.v504cdd45c18b
jacoco:3.3.2
jakarta-activation-api:2.0.1-2
jakarta-mail-api:2.0.1-2
javadoc:226.v71211feb_e7e9
javax-activation-api:1.2.0-5
javax-mail-api:1.6.2-8
jaxb:2.3.7-1
jdk-tool:63.v62d2fd4b_4793
jenkins-design-language:1.25.8
jersey2-api:2.37-1
jjwt-api:0.11.5-77.v646c772fddb_0
jnr-posix-api:3.1.16-1
job-dsl:1.81
jobcacher:319.v8342b_21e1845
jquery:1.12.4-1
jquery-detached:1.2.1
jquery3-api:3.6.1-2
jsch:0.1.55.61.va_e9ee26616e7
junit:1166.va_436e268e972
junit-attachments:101.v82f494a_00e9e
kubernetes:3734.v562b_b_a_627ea_c
kubernetes-client-api:5.12.2-193.v26a_6078f65a_9
kubernetes-credentials:0.9.0
kubernetes-credentials-provider:1.206.v7ce2cf7b_0c8b
ldap:2.12
locale:204.v2a_f305fe7e9d
lockable-resources:1069.v726298f53f8c
login-theme:1.1
mailer:438.v02c7f0a_12fa_4
mapdb-api:1.0.9-28.vf251ce40855d
mask-passwords:3.3
material-theme:0.5.2-rc100.6121925fe229
matrix-auth:3.1.5
matrix-project:785.v06b_7f47b_c631
maven-plugin:3.20
metrics:4.2.10-405.v60a_9cc74e923
mina-sshd-api-common:2.9.2-50.va_0e1f42659a_a
mina-sshd-api-core:2.9.2-50.va_0e1f42659a_a
momentjs:1.1.1
next-build-number:1.8
next-executions:1.0.15
nodejs:1.5.1
nunit:0.28
okhttp-api:4.9.3-108.v0feda04578cf
opencover:1.0.3
openshift-client:1.0.38
openshift-k8s-credentials:35.v58d571b_65836
pam-auth:1.10
parameter-separator:1.3
parameterized-scheduler:1.1
parameterized-trigger:2.45
pipeline-build-step:2.18
pipeline-graph-analysis:195.v5812d95a_a_2f9
pipeline-graph-view:144.vf3924feb_7e35
pipeline-groovy-lib:621.vb_44ce045b_582
pipeline-input-step:466.v6d0a_5df34f81
pipeline-maven:1235.v2db_ddd9f797b
pipeline-milestone-step:101.vd572fef9d926
pipeline-model-api:2.2118.v31fd5b_9944b_5
pipeline-model-definition:2.2118.v31fd5b_9944b_5
pipeline-model-extensions:2.2118.v31fd5b_9944b_5
pipeline-npm:0.9.2
pipeline-rest-api:2.28
pipeline-stage-step:296.v5f6908f017a_5
pipeline-stage-tags-metadata:2.2118.v31fd5b_9944b_5
pipeline-stage-view:2.28
pipeline-utility-steps:2.14.0
plain-credentials:139.ved2b_9cf7587b
plugin-util-api:2.19.0
popper-api:1.16.1-3
popper2-api:2.11.6-2
prism-api:1.29.0-1
prometheus:2.0.11
pubsub-light:1.17
purge-build-queue-plugin:82.v4b_92344dd192
resource-disposer:0.20
run-condition:1.5
scm-api:621.vda_a_b_055e58f7
scm-filter-branch-pr:0.5.1
script-security:1218.v39ca_7f7ed0a_c
sidebar-link:2.2.0
simple-theme-plugin:136.v23a_15f86c53d
skip-notifications-trait:82.vc7780f4b_0373
snakeyaml-api:1.33-90.v80dcb_3814d35
sonar:2.15
sse-gateway:1.26
ssh-agent:295.v9ca_a_1c7cc3a_a_
ssh-credentials:305.v8f4381501156
ssh-slaves:2.854.v7fd446b_337c9
sshd:3.270.vb_a_e71e64c287
strict-crumb-issuer:2.1.0
structs:324.va_f5d6774f3a_d
subversion:2.16.0
theme-manager:1.5
timestamper:1.21
token-macro:321.vd7cc1f2a_52c8
trilead-api:2.84.v72119de229b_7
uno-choice:2.6.4
variant:59.vf075fe829ccb
warnings-ng:9.20.1
workflow-aggregator:590.v6a_d052e5a_a_b_5
workflow-api:1200.v8005c684b_a_c6
workflow-basic-steps:994.vd57e3ca_46d24
workflow-cps:3536.vb_8a_6628079d5
workflow-durable-task-step:1217.v38306d8fa_b_5c
workflow-job:1254.v3f64639b_11dd
workflow-multibranch:716.vc692a_e52371b_
workflow-remote-loader:1.5
workflow-scm-step:400.v6b_89a_1317c9a_
workflow-step-api:639.v6eca_cd8c04a_a_
workflow-support:839.v35e2736cfd5c
ws-cleanup:0.43
xunit:3.1.2

What Operating System are you using (both controller, and any agents involved in the problem)?

Any

Reproduction steps

Install material theme with 2.375.1 LTS and material theme

Expected Results

Same as 2.361.4

seed_361

Actual Results

Health icon are not replaced

seed_375

Anything else?

No response

Google font imports blocking UI on air gapped environments

Feature Request

Would it be possible to get rid of font import from Google:

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700,500,300);

The problem is, for browsers on air-gapped environments without proxy, fonts fail to import when viewing Jenkins pages and intermittently break/slow down Jenkins UI.

It would be great if they could be included in the theme and served by Jenkins.

Thanks,

Michal

Credentials icon is too big on the side pane (wrong class ?)

Jenkins and plugins versions report

Environment
Jenkins: 2.332.1
OS: Linux - 5.14.14-200.fc34.x86_64
---
ace-editor:1.1
allure-jenkins-plugin:2.30.2
analysis-model-api:10.9.3
ansible:1.1
ansicolor:1.0.1
ant:1.13
antisamy-markup-formatter:2.7
apache-httpcomponents-client-4-api:4.5.13-1.0
artifactory:3.15.4
atlassian-bitbucket-server-integration:3.1.0
authentication-tokens:1.4
authorize-project:1.4.0
basic-branch-build-strategies:1.3.2
bitbucket-kubernetes-credentials:0.0.4
blueocean:1.25.3
blueocean-autofavorite:1.2.5
blueocean-bitbucket-pipeline:1.25.3
blueocean-commons:1.25.3
blueocean-config:1.25.3
blueocean-core-js:1.25.3
blueocean-dashboard:1.25.3
blueocean-display-url:2.4.1
blueocean-events:1.25.3
blueocean-git-pipeline:1.25.3
blueocean-github-pipeline:1.25.3
blueocean-i18n:1.25.3
blueocean-jwt:1.25.3
blueocean-personalization:1.25.3
blueocean-pipeline-api-impl:1.25.3
blueocean-pipeline-editor:1.25.3
blueocean-pipeline-scm-api:1.25.3
blueocean-rest:1.25.3
blueocean-rest-impl:1.25.3
blueocean-web:1.25.3
bootstrap4-api:4.6.0-3
bootstrap5-api:5.1.3-6
bouncycastle-api:2.25
branch-api:2.7.0
build-discarder:60.v1747b0eb632a
build-name-setter:2.2.0
build-user-vars-plugin:1.8
build-with-parameters:1.6
built-on-column:1.1
caffeine-api:2.9.2-29.v717aac953ff3
checks-api:1.7.2
cloudbees-bitbucket-branch-source:757.vddedc5f2589a_
cloudbees-disk-usage-simple:0.10
cloudbees-folder:6.708.ve61636eb_65a_5
code-coverage-api:2.0.4
command-launcher:1.6
conditional-buildstep:1.4.1
config-file-provider:3.9.0
configuration-as-code:1414.v878271fc496f
credentials:1074.v60e6c29b_b_44b_
credentials-binding:1.27.1
custom-tools-plugin:0.8
data-tables-api:1.11.4-3
display-url-api:2.3.5
docker-commons:1.19
docker-workflow:1.28
dtkit-api:3.0.0
durable-task:493.v195aefbb0ff2
echarts-api:5.3.0-2
email-ext:2.87
envinject:2.839.v52c702c10635
envinject-api:1.180.v98d833b_27470
extended-choice-parameter:346.vd87693c5a_86c
extended-read-permission:3.2
external-monitor-job:191.v363d0d1efdf8
favorite:2.4.0
file-operations:1.11
font-awesome-api:6.0.0-1
forensics-api:1.9.0
git:4.10.3
git-client:3.11.0
git-forensics:1.5.0
git-parameter:0.9.15
git-server:1.10
github:1.34.3
github-api:1.301-378.v9807bd746da5
github-branch-source:1583.v18d333ef7379
gitlab-api:1.0.6
gitlab-branch-source:1.5.9
gradle:1.38
h2-api:1.4.199
handlebars:3.0.8
handy-uri-templates-2-api:2.1.8-1.0
hidden-parameter:0.0.4
htmlpublisher:1.29
http_request:1.14
inline-pipeline:1.0.1
ivy:2.1
jackson2-api:2.13.1-246.va8a9f3eaf46a
jacoco:3.3.1
javadoc:217.v905b_86277a_2a_
javax-activation-api:1.2.0-2
javax-mail-api:1.6.2-5
jaxb:2.3.0.1
jdk-tool:1.5
jenkins-design-language:1.25.3
jenkins-multijob-plugin:1.36
jira:3.7
jjwt-api:0.11.2-9.c8b45b8bb173
jnr-posix-api:3.1.7-2
job-dsl:1.78.3
jquery:1.12.4-1
jquery-detached:1.2.1
jquery3-api:3.6.0-2
jsch:0.1.55.2
junit:1.56
kubernetes:3546.v6103d89542d6
kubernetes-client-api:5.11.2-182.v0f1cf4c5904e
kubernetes-credentials:0.9.0
kubernetes-credentials-provider:0.20
ldap:2.8
locale:144.v1a_998824ddb_3
lockable-resources:2.14
login-theme:1.1
mailer:408.vd726a_1130320
mapdb-api:1.0.9.0
mask-passwords:3.0
material-theme:0.4.1
matrix-auth:3.1
matrix-project:758.v7a_ea_491852f3
maven-plugin:3.18
metrics:4.1.6.1
momentjs:1.1.1
nested-view:1.24
next-build-number:1.8
next-executions:1.0.15
nodejs:1.5.1
okhttp-api:4.9.3-105.vb96869f8ac3a
openshift-client:1.0.37
openshift-k8s-credentials:17.va_c9387db_a_a_65
openshift-login:1.0.27
openshift-sync:1.0.53
pam-auth:1.7
parameter-separator:1.3
parameterized-trigger:2.43
pipeline-build-step:2.16
pipeline-github-lib:36.v4c01db_ca_ed16
pipeline-graph-analysis:188.v3a01e7973f2c
pipeline-input-step:446.vf27b_0b_83500e
pipeline-maven:3.10.0
pipeline-milestone-step:100.v60a_03cd446e1
pipeline-model-api:2.2064.v5eef7d0982b_e
pipeline-model-definition:2.2064.v5eef7d0982b_e
pipeline-model-extensions:2.2064.v5eef7d0982b_e
pipeline-npm:0.9.2
pipeline-rest-api:2.23
pipeline-stage-step:291.vf0a8a7aeeb50
pipeline-stage-tags-metadata:2.2064.v5eef7d0982b_e
pipeline-stage-view:2.23
pipeline-utility-steps:2.12.0
plain-credentials:1.8
plugin-util-api:2.14.0
popper-api:1.16.1-2
popper2-api:2.11.2-1
prism-api:1.26.0-2
prometheus:2.0.11
pubsub-light:1.16
purge-build-queue-plugin:24.v3e0e709b_f62e
resource-disposer:0.17
run-condition:1.5
scm-api:595.vd5a_df5eb_0e39
scm-filter-branch-pr:0.5.1
script-security:1140.vf967fb_efa_55a_
sidebar-link:2.1.0
simple-theme-plugin:103.va_161d09c38c7
skip-notifications-trait:1.0.5
snakeyaml-api:1.29.1
sonar:2.14
sse-gateway:1.25
ssh-agent:1.24.1
ssh-credentials:1.19
ssh-slaves:1.806.v2253cedd3295
sshd:3.1.0
strict-crumb-issuer:2.1.0
structs:308.v852b473a2b8c
subversion:2.15.2
theme-manager:0.6
timestamper:1.17
token-macro:280.v97a_82642793c
trilead-api:1.0.13
uno-choice:2.6.0
variant:1.4
warnings-ng:9.11.1
windows-slaves:1.8
workflow-aggregator:2.7
workflow-api:1138.v619fd5201b_2f
workflow-basic-steps:941.vdfe1b_a_132c64
workflow-cps:2660.vb_c0412dc4e6d
workflow-cps-global-lib:564.ve62a_4eb_b_e039
workflow-durable-task-step:1121.va_65b_d2701486
workflow-job:1174.vdcb_d054cf74a_
workflow-multibranch:711.vdfef37cda_816
workflow-remote-loader:1.5
workflow-scm-step:2.13
workflow-step-api:622.vb_8e7c15b_c95a_
workflow-support:815.vd60466279fc8
ws-cleanup:0.40
xunit:3.0.5

What Operating System are you using (both controller, and any agents involved in the problem)?

docker / helm chart

Reproduction steps

I think the credentials menu appear on the left with the permission Credentials/View

Expected Results

Icon of normal size (medium ?)

If I fix the class to 'md' icon display a bit better (but a bit too big)

credential_size_fixed

Actual Results

Icon of large size

credentials

Anything else?

Thanks you!

Improve contrast with 'ansi-xx-d' console colourisation.

Jenkins and plugins versions report

Environment
Paste the output here

What Operating System are you using (both controller, and any agents involved in the problem)?

Any OS or browser.

Reproduction steps

  1. Install Pipeline Graph View Plugin.
  2. Ensure ANSI Plugin global setting is disabled.
  3. Write a Pipeline that outputs ANSI codes, e.g.
pipeline {
    agent none
    options {
        ansiColor('xterm')
    }
    stages {
        stage('Color') {
            steps {
                echo('\033[34mHello\033[0m \033[33mcolorful\033[0m \033[35mworld\033[0m')
            }
        }
    }
}
  1. Run Pipeline
  2. View console text in Pipeline Console.

Expected Results

Readable text, e.g.
Screenshot 2022-11-08 at 14 17 30

or:
Screenshot 2022-11-08 at 14 17 40

Actual Results

Text is difficult to read:
Screenshot 2022-11-08 at 14 17 50

Anything else?

We could look at using similar colours to the Dark Theme:
https://github.com/jenkinsci/dark-theme-plugin/blob/master/src/main/frontend/main.scss

The classes to override are defined in:
https://github.com/jenkinsci/pipeline-graph-view-plugin/blob/main/src/main/frontend/pipeline-console-view/pipeline-console/main/pipeline-console.scss#L92

Material Theme preview renders incorrectly in theme manager settings.

Jenkins and plugins versions report

Environment
Paste the output here

What Operating System are you using (both controller, and any agents involved in the problem)?

Any, all.

Reproduction steps

  1. Install Dark Theme
    2 Install Material Theme
  2. Select Dark Theme
  3. Look at previews of Material Theme in Configure

Expected Results

The Material theme preview images render correctly (i.e. have white background)

Actual Results

Material theme renders with dark background despite setting white background.

Screenshot 2022-11-08 at 14 06 36

Anything else?

@timja do you have any pointers on this one?

0.5.0 and master build wrong version

Jenkins and plugins versions report

material-theme-plugin 0.5.0 and master

What Operating System are you using (both controller, and any agents involved in the problem)?

/

Reproduction steps

Build release 0.5.0 or current master (fea0cae)

Expected Results

Version is correct, eg. 0.5.0

Actual Results

Version of the previous release (0.4.1).

There's no Jenkins plugin release yet, maybe because of a version clash.

Anything else?

PR is on the way.

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.