Skip to content

Commit

Permalink
Remove references to DNSMultiCast.disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Sep 10, 2021
1 parent 95ebd58 commit fd4e69d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/jenkinsci/maven/plugins/hpi/RunMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,6 @@ public void execute() throws MojoExecutionException, MojoFailureException {
setSystemPropertyIfEmpty("org.eclipse.jetty.Request.maxFormContentSize","-1");
// general-purpose system property so that we can tell from Jenkins if we are running in the hpi:run mode.
setSystemPropertyIfEmpty("hudson.hpi.run","true");
// this adds 3 secs to the shutdown time. Skip it.
setSystemPropertyIfEmpty("hudson.DNSMultiCast.disabled","true");
// expose the current top-directory of the plugin
setSystemPropertyIfEmpty("jenkins.moduleRoot", basedir.getAbsolutePath());

Expand Down

0 comments on commit fd4e69d

Please sign in to comment.