Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mq-notifier-plugin
  Commit: f0cc0740786034367211a071f66ca1510e32a862
      
https://github.com/jenkinsci/mq-notifier-plugin/commit/f0cc0740786034367211a071f66ca1510e32a862
  Author: Jon Sten <j...@axis.com>
  Date:   2019-07-04 (Thu, 04 Jul 2019)

  Changed paths:
    M 
src/main/java/com/sonymobile/jenkins/plugins/mq/mqnotifier/providers/ParameterProvider.java
    M src/test/java/com/sonymobile/jenkins/plugins/mq/mqnotifier/PluginTest.java

  Log Message:
  -----------
  Fix message formatting problem for multi-line parameters

If a queued item contained parameters whit values spanning over
multiple lines, then the parameter list in the resulting message was
badly formatted. E.g the parameter FOO='BAR\nBAZ' was encoded as:

parameters:["FOO=BAR","BAZ"]

This change fixes that problem as well as unifying and improving
handling of parameters for queued items and started / completed builds.
This is done by ensuring that it is the same code which produces the
parameters list for all events types.


  Commit: 550d3971375df0ab9373dc278d17ce828d254251
      
https://github.com/jenkinsci/mq-notifier-plugin/commit/550d3971375df0ab9373dc278d17ce828d254251
  Author: Gustaf Lundh <gusta...@axis.com>
  Date:   2019-07-04 (Thu, 04 Jul 2019)

  Changed paths:
    M 
src/main/java/com/sonymobile/jenkins/plugins/mq/mqnotifier/providers/ParameterProvider.java
    M src/test/java/com/sonymobile/jenkins/plugins/mq/mqnotifier/PluginTest.java

  Log Message:
  -----------
  Merge pull request #24 from jonsten/multilineParam

Fix message formatting problem for multi-line parameters


Compare: 
https://github.com/jenkinsci/mq-notifier-plugin/compare/17589d80233b...550d3971375d

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/mq-notifier-plugin/push/refs/heads/master/17589d-550d39%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to