Code changed in jenkins
User: Jonas Kåveby
Path:
pom.xml
src/main/java/hudson/plugins/descriptionsetter/DescriptionSetterBuilder.java
src/main/java/hudson/plugins/descriptionsetter/DescriptionSetterHelper.java
src/main/java/hudson/plugins/descriptionsetter/DescriptionSetterPublisher.java
src/main/resources/hudson/plugins/descriptionsetter/DescriptionSetterBuilder/config.jelly
src/main/resources/hudson/plugins/descriptionsetter/DescriptionSetterBuilder/config_ja.properties
src/main/resources/hudson/plugins/descriptionsetter/DescriptionSetterBuilder/help-description.html
src/main/resources/hudson/plugins/descriptionsetter/DescriptionSetterBuilder/help-description_ja.html
src/main/resources/hudson/plugins/descriptionsetter/DescriptionSetterBuilder/help-regexp.html
src/main/resources/hudson/plugins/descriptionsetter/DescriptionSetterBuilder/help-regexp_ja.html
src/main/resources/hudson/plugins/descriptionsetter/DescriptionSetterBuilder/help.html
src/main/resources/hudson/plugins/descriptionsetter/DescriptionSetterBuilder/help_ja.html
src/test/java/hudson/plugins/descriptionsetter/DescriptionSetterBuilderTest.java
src/test/java/hudson/plugins/descriptionsetter/DescriptionSetterPublisherTest.java
src/test/java/hudson/plugins/descriptionsetter/TestBuilder.java
http://jenkins-ci.org/commit/description-setter-plugin/43a98d9f6d1a7f0df3505769931654da654827f3
Log:
[FIXED JENKINS-23097] Set description during build as a build step.

This change allows the description of a build to be set as a part of
building. Setting the description early is useful if you have time
consuming builds.

Common description setter functionality is extracted to a helper
class in order to avoid code copy when implementing the new builder.
The common helper class also properly closes a reader after parsing a
log file.

The test builder is moved to a separate class in order to avoid code
copy when implementing more test classes. The test builder is now
compatible with jenkins-core 1.414 or later by defining a Descriptor,
mandatory since JENKINS-9687.

The parent version is bumped to 1.480.3 in order to compile against
Java 7.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to