postbuild-task
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>postbuild-task</artifactId>
<version>1.8</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>plugin</artifactId>
<groupId>org.jvnet.hudson.plugins</groupId>
<version>1.357</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>postbuild-task</artifactId>
<packaging>hpi</packaging>
<name>Hudson Post build task</name>
<version>1.8</version>
<description>This plugin allows the user to execute a shell/batch task depending on the build log output.Java regular expression are allowed. If the string matches anywhere in the build log output, the script will execute.</description>
<url>http://wiki.hudson-ci.org/display/HUDSON/Post+build+task</url>
<developers>
<developer>
<id>shinodkm</id>
<name>Shinod Mohandas</name>
<email>shinodkm@gmail.com</email>
<organization>Ushus Technologies</organization>
<organizationUrl>http://www.ushustech.com/</organizationUrl>
<timezone>+5.30</timezone>
<roles>
<role>Software Engineer</role>
</roles>
</developer>
<developer>
<id>castorpilot</id>
<name>Fred</name>
<email>castorpilot@gmail.com</email>
</developer>
</developers>
<organization>
<name>Ushus Technologies</name>
<url>http://www.ushustech.com</url>
</organization>
<scm>
<connection>scm:svn:https://guest@svn.java.net/svn/hudson~svn/tags/postbuild-task-1.8</connection>
<developerConnection>scm:svn:https://svn.java.net/svn/hudson~svn/tags/postbuild-task-1.8</developerConnection>
<url>http://java.net/projects/hudson/sources/svn/show/tags/postbuild-task-1.8</url>
</scm>
</project>