jenkinsci/office-365-connector-plugin

Color param not working on `office365ConnectSend` Jenkinsfile DSL invocation

luke-hill opened this issue · 2 comments

Jenkins and plugins versions report

office365 connector is 4.14.0
jenkins is 2.316

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

Docker in Docker agent

Reproduction steps

Jenkinsfile with color param set. i.e. color: 'Red' as outlined in docs.

image

Expected Results

Things would be in color

Actual Results

There is no color strip present

Anything else?

N/A

Does not work with Red but you can do that successfully with format like #FF00FF.

Correct, this contradicts the docs / information available. Please remedy when you have a chance.