MVN

org.hudsonci.plugins : build-timeout

Maven & Gradle

Oct 29, 2012

Hudson build timeout plugin · Aborts a build if it's taking too long

<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>build-timeout</artifactId>
    <version>1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hudsonci.plugins : build-timeout to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11

All Versions

Choose a version of org.hudsonci.plugins : build-timeout to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11
build-timeout-1.11
1.7
build-timeout-1.7-h-1

How to add a dependency to Maven

Add the following org.hudsonci.plugins : build-timeout maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>build-timeout</artifactId>
    <version>1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hudsonci.plugins : build-timeout gradle dependency to your build.gradle file:

implementation 'org.hudsonci.plugins:build-timeout:1.11'

Gradle Kotlin DSL: Add the following org.hudsonci.plugins : build-timeout gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hudsonci.plugins:build-timeout:1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hudsonci.plugins : build-timeout sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hudsonci.plugins" % "build-timeout" % "1.11"