d

downstream-buildview

This plug-in allows you to view the full status all the downstream builds so that we can graphically see that everything for this build has been completed successfully.
http://wiki.hudson-ci.org/display/HUDSON/Downstream+buildview+plugin
Ushus Technologies
Shinod Mohandas Rajesh Nair
文件下载
文件名 操作
downstream-buildview-1.1.jar 下载
downstream-buildview-1.1.pom 下载
downstream-buildview-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.plugins</groupId>
  <artifactId>downstream-buildview</artifactId>
  <version>1.1</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.plugins:downstream-buildview:1.1'
Gradle Kotlin
implementation("org.jvnet.hudson.plugins:downstream-buildview:1.1")
Scala SBT
libraryDependencies += "org.jvnet.hudson.plugins" % "downstream-buildview" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.plugins', module='downstream-buildview', version='1.1')
)
Apache Ivy
<dependency org="org.jvnet.hudson.plugins" name="downstream-buildview" rev="1.1" />
Leiningen
[org.jvnet.hudson.plugins/downstream-buildview "1.1"]
Apache Buildr
'org.jvnet.hudson.plugins:downstream-buildview:jar:1.1'