p

postbuild-task

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.
http://wiki.hudson-ci.org/display/HUDSON/Post+build+task
Ushus Technologies
Shinod Mohandas Fred
Files download
File Operation
postbuild-task-1.8.jar download
postbuild-task-1.8.pom download
postbuild-task-1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.plugins</groupId>
  <artifactId>postbuild-task</artifactId>
  <version>1.8</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.plugins:postbuild-task:1.8'
Gradle Kotlin
implementation("org.jvnet.hudson.plugins:postbuild-task:1.8")
Scala SBT
libraryDependencies += "org.jvnet.hudson.plugins" % "postbuild-task" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.plugins', module='postbuild-task', version='1.8')
)
Apache Ivy
<dependency org="org.jvnet.hudson.plugins" name="postbuild-task" rev="1.8" />
Leiningen
[org.jvnet.hudson.plugins/postbuild-task "1.8"]
Apache Buildr
'org.jvnet.hudson.plugins:postbuild-task:jar:1.8'