public static interface BuildStep.BuildTaskBuildStepsDefinitionStages.WithContext
| Modifier and Type | Method and Description |
|---|---|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate |
withContextPath(String contextPath)
Specifies the relative context path for a docker build in the source required for the build.
|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate withContextPath(String contextPath)
contextPath - the relative context path for a docker build in the source required for the build/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/