Color param not working on `office365ConnectSend` Jenkinsfile DSL invocation
luke-hill opened this issue · 2 comments
luke-hill commented
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.
Expected Results
Things would be in color
Actual Results
There is no color strip present
Anything else?
N/A
damianszczepanik commented
Does not work with Red
but you can do that successfully with format like #FF00FF
.
luke-hill commented
Correct, this contradicts the docs / information available. Please remedy when you have a chance.