Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/logstash-plugin
  Commit: 60b90ee9ad60f0a0c4cd8af5d1f34a5dcaefb0b1
      
https://github.com/jenkinsci/logstash-plugin/commit/60b90ee9ad60f0a0c4cd8af5d1f34a5dcaefb0b1
  Author: Markus Winter <[email protected]>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M src/main/java/jenkins/plugins/logstash/LogstashBuildWrapper.java
    M src/main/java/jenkins/plugins/logstash/LogstashConsoleLogFilter.java
    A src/main/java/jenkins/plugins/logstash/LogstashItemListener.java
    A src/main/java/jenkins/plugins/logstash/LogstashJobProperty.java
    A src/main/java/jenkins/plugins/logstash/LogstashSaveableListener.java
    R src/main/resources/jenkins/plugins/logstash/LogstashBuildWrapper/help.html
    A 
src/main/resources/jenkins/plugins/logstash/LogstashJobProperty/config.jelly
    A src/main/webapp/help/help.html
    A 
src/test/java/jenkins/plugins/logstash/LogstashBuildWrapperConversionTest.java
    M src/test/java/jenkins/plugins/logstash/LogstashConsoloLogFilterTest.java
    M src/test/java/jenkins/plugins/logstash/LogstashIntegrationTest.java
    A src/test/resources/buildWrapperConfig.xml
    A src/test/resources/home/jobs/test/config.xml

  Log Message:
  -----------
  [JENKINS-49960] use a Jobproperty instead of a BuildWrapper (#55)

A JobProperty is the better place to configure if we want to send the
log to a logstash indexer.

* post xml via rest api
* ensure jobproperty when posting to existing job

When posting a config.xml to an existing job the ItemListener is not
called. We can inject into the SaveableListener for this.

* need the onCreated listener
* test on update of job


-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to