We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e633d58 commit 2264514Copy full SHA for 2264514
.pipelines/containers/container-template.jobs.yaml
@@ -31,8 +31,13 @@ jobs:
31
name: $(BUILD_POOL_NAME_LINUX_ARM64)
32
33
templateContext:
34
+ outputs:
35
+ - output: pipelineArtifact
36
+ targetPath: $(System.DefaultWorkingDirectory)/output
37
+ artifactName: output
38
type: containerBuildJob
39
arguments:
40
+ pipelineArtifact: output
41
image: $(IMAGE_NAME_AND_TAG_${{ parameters.name }})
42
dockerfile: $(DOCKERFILE_PATH_${{ parameters.name }})
43
path: $(BUILD_CONTEXT_${{ parameters.name }})
0 commit comments