Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-publisher-plugin
  Commit: 8ffc438b8a6ea7ba01f6d30e60797c5d5a59c126
      
https://github.com/jenkinsci/build-publisher-plugin/commit/8ffc438b8a6ea7ba01f6d30e60797c5d5a59c126
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/build_publisher/BuildPublisherPlugin.java
    M src/test/java/hudson/plugins/build_publisher/PublisherThreadTest.java

  Log Message:
  -----------
  Bump to 2.x parent pom


  Commit: 52dbf3eba837b3912dc2c3ff79f5d8a2cac15c97
      
https://github.com/jenkinsci/build-publisher-plugin/commit/52dbf3eba837b3912dc2c3ff79f5d8a2cac15c97
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
    M 
src/main/resources/hudson/plugins/build_publisher/BuildPublisher/config.jelly
    M 
src/main/resources/hudson/plugins/build_publisher/BuildPublisher/global.jelly
    M 
src/main/resources/hudson/plugins/build_publisher/BuildPublisherPlugin/index.jelly
    M 
src/main/resources/hudson/plugins/build_publisher/ExternalProject/configure-entries.jelly
    A 
src/main/resources/hudson/plugins/build_publisher/ExternalProject/newJobDetail.html
    R 
src/main/resources/hudson/plugins/build_publisher/ExternalProject/newJobDetail.jelly
    M 
src/main/resources/hudson/plugins/build_publisher/ExternalProjectProperty/config.jelly
    M 
src/main/resources/hudson/plugins/build_publisher/ExternalProjectProperty/index.jelly
    M 
src/main/resources/hudson/plugins/build_publisher/StatusAction/summary.jelly
    M src/main/resources/hudson/plugins/build_publisher/StatusInfo/index.jelly
    M 
src/main/resources/hudson/plugins/build_publisher/ThreadState/Dead/index.jelly
    M 
src/main/resources/hudson/plugins/build_publisher/ThreadState/ErrorRecoveryWait/index.jelly
    M 
src/main/resources/hudson/plugins/build_publisher/ThreadState/Idle/index.jelly
    M 
src/main/resources/hudson/plugins/build_publisher/ThreadState/Publishing/index.jelly
    A src/main/resources/index.html
    R src/main/resources/index.jelly

  Log Message:
  -----------
  Add escape-by-default to jelly files


  Commit: 4929c175726ef1e246e9ca19f1e05d7ccb2d6989
      
https://github.com/jenkinsci/build-publisher-plugin/commit/4929c175726ef1e246e9ca19f1e05d7ccb2d6989
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Fix hpi:run

[ERROR] Failed to execute goal org.jenkins-ci.tools:maven-hpi-plugin:1.121:run 
(default-cli) on project build-publisher: Failure: NullPointerException -> 
[Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.jenkins-ci.tools:maven-hpi-plugin:1.121:run (default-cli) on project 
build-publisher: Failure
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
        at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failure
        at 
org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:542)
        at org.jenkinsci.maven.plugins.hpi.RunMojo.startJetty(RunMojo.java:683)
        at 
org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo.execute(AbstractJettyMojo.java:340)
        at org.jenkinsci.maven.plugins.hpi.RunMojo.execute(RunMojo.java:358)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
        ... 20 more
Caused by: java.lang.NullPointerException
        at 
org.jenkinsci.maven.plugins.hpi.RunMojo.configureWebApplication(RunMojo.java:460)
        at 
org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:502)
        ... 25 more


  Commit: e8b140ae0196e6b468bd62b7f15a6eaf6baaf206
      
https://github.com/jenkinsci/build-publisher-plugin/commit/e8b140ae0196e6b468bd62b7f15a6eaf6baaf206
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Add junit as maven plugin blows up without it


  Commit: 28acc4bfec02fedd8124e5da0900400cab8d24ec
      
https://github.com/jenkinsci/build-publisher-plugin/commit/28acc4bfec02fedd8124e5da0900400cab8d24ec
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
    A src/test/java/hudson/plugins/build_publisher/BuildPublisherTest.java
    A 
src/test/resources/hudson/plugins/build_publisher/BuildPublisherTest/migrateTo_1_22/hudson.plugins.build_publisher.BuildPublisher.xml

  Log Message:
  -----------
  Cover config roundtrip and deserialization


  Commit: 969d90b5aa9462e7a654e927e24b253c56d434b7
      
https://github.com/jenkinsci/build-publisher-plugin/commit/969d90b5aa9462e7a654e927e24b253c56d434b7
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-08-08 (Tue, 08 Aug 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump java version for maven-plugin deps


  Commit: 7f80f0d7c9cd96a2d660eeb8b695297bef064059
      
https://github.com/jenkinsci/build-publisher-plugin/commit/7f80f0d7c9cd96a2d660eeb8b695297bef064059
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-08-09 (Wed, 09 Aug 2017)

  Changed paths:
    M src/main/java/hudson/plugins/build_publisher/HudsonInstance.java
    M 
src/main/resources/hudson/plugins/build_publisher/BuildPublisher/global.jelly
    M src/test/java/hudson/plugins/build_publisher/BuildPublisherTest.java

  Log Message:
  -----------
  Store password in Secret


  Commit: 36381af3392539ad503f2116f4612edce83a6a72
      
https://github.com/jenkinsci/build-publisher-plugin/commit/36381af3392539ad503f2116f4612edce83a6a72
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-08-15 (Tue, 15 Aug 2017)

  Changed paths:
    M pom.xml
    R src/main/resources/index.html
    A src/main/resources/index.jelly
    M src/test/java/hudson/plugins/build_publisher/BuildPublisherTest.java

  Log Message:
  -----------
  Address trivial review comments


  Commit: 342e8823f83ea864665a1c75ac89c57cbc692059
      
https://github.com/jenkinsci/build-publisher-plugin/commit/342e8823f83ea864665a1c75ac89c57cbc692059
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-08-15 (Tue, 15 Aug 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Depend on older maven plugin so we do not have to bump java level version


  Commit: e9c1b263400e42aaa3f9fcbbd0e8b1e85c76e3a0
      
https://github.com/jenkinsci/build-publisher-plugin/commit/e9c1b263400e42aaa3f9fcbbd0e8b1e85c76e3a0
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-08-15 (Tue, 15 Aug 2017)

  Changed paths:
    M src/main/java/hudson/plugins/build_publisher/HudsonInstance.java
    M src/main/java/hudson/plugins/build_publisher/StatusInfo.java

  Log Message:
  -----------
  Do not deprecate the field, change its type instead


  Commit: 051ce8ec0c1d29abae7d98453000fd638f9c5c0a
      
https://github.com/jenkinsci/build-publisher-plugin/commit/051ce8ec0c1d29abae7d98453000fd638f9c5c0a
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/build_publisher/BuildTransmitter.java

  Log Message:
  -----------
  Address javadoc reports


  Commit: 5d414064fdbb81849426316d05e267379f9a2393
      
https://github.com/jenkinsci/build-publisher-plugin/commit/5d414064fdbb81849426316d05e267379f9a2393
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update httpclient


  Commit: 89b38240173fbf90983fd0c85dcea75ac183aa05
      
https://github.com/jenkinsci/build-publisher-plugin/commit/89b38240173fbf90983fd0c85dcea75ac183aa05
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Do not bump core version more than necessary


  Commit: b7410450c07bc539bf85007e6b10dfe3967af02d
      
https://github.com/jenkinsci/build-publisher-plugin/commit/b7410450c07bc539bf85007e6b10dfe3967af02d
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Depend on commons-httpclient comming from core


  Commit: a4b7eabb74301b5f0ccc414bdc9d51486288bec0
      
https://github.com/jenkinsci/build-publisher-plugin/commit/a4b7eabb74301b5f0ccc414bdc9d51486288bec0
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release build-publisher-1.22


  Commit: d1abb6ac908a4372a2e8f2af1e3192ed7aa532a2
      
https://github.com/jenkinsci/build-publisher-plugin/commit/d1abb6ac908a4372a2e8f2af1e3192ed7aa532a2
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/build-publisher-plugin/compare/4496c5ab151f...d1abb6ac908a

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

Reply via email to