io.github.sa1nt.docker-teamcity
Owner: Anatolijs Mozgovs
Produces tests' output in Teamcity Service Message format
https://github.com/sa1nt/docker-gradle-teamcity-plugin
Sources: https://github.com/sa1nt/docker-gradle-teamcity-plugin
Version 0.1.5 (latest)
0.1.5
Created 25 August 2018.
Produces tests' output in Teamcity Service Message format
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.sa1nt.docker-teamcity") version "0.1.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.io.github.sa1nt:docker-gradle-teamcity-plugin:0.1.5") } } apply(plugin = "io.github.sa1nt.docker-teamcity")
- Applying plugins to all subprojects .