crusade-tracker/system/caches/pluginsDslCache/doc/jetbrains.build-server.configs.kotlin.v2018_1.build-steps/-exec-build-step/docker-image.html
2021-01-18 15:27:50 -05:00

22 lines
1.3 KiB
HTML

<HTML>
<HEAD>
<meta charset="UTF-8">
<title>ExecBuildStep.dockerImage - </title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v2018_1.buildSteps</a>&nbsp;/&nbsp;<a href="index.html">ExecBuildStep</a>&nbsp;/&nbsp;<a href="./docker-image.html">dockerImage</a><br/>
<br/>
<h1>dockerImage</h1>
<a name="jetbrains.buildServer.configs.kotlin.v2018_1.buildSteps.ExecBuildStep$dockerImage"></a>
<code><span class="keyword">var </span><span class="identifier">dockerImage</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
<p>Specifies which Docker image to use for running this build step. I.e. the build step will be run inside specified docker image, using 'docker run' wrapper.</p>
<p><strong>Getter</strong><br/>
<p>Specifies which Docker image to use for running this build step. I.e. the build step will be run inside specified docker image, using 'docker run' wrapper.</p>
</p>
<p><strong>Setter</strong><br/>
<p>Specifies which Docker image to use for running this build step. I.e. the build step will be run inside specified docker image, using 'docker run' wrapper.</p>
</p>
</BODY>
</HTML>