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 6f09cfc commit e93cb70Copy full SHA for e93cb70
.pipelines/build/images.jobs.yaml
@@ -1,7 +1,9 @@
1
parameters:
2
- name: images
3
type: jobList
4
-
+- name: stageName
5
+ type: string
6
+ default: "build_acndevops"
7
8
jobs:
9
- ${{ each job_data in parameters.images }}:
.pipelines/run-pipeline.yaml
@@ -69,7 +69,7 @@ stages:
69
70
- template: /.pipelines/build/images.jobs.yaml@acn-devops
71
72
- stageName: build_acndevops
+ stageName: "build_acndevops"
73
images:
74
- job: linux_amd64
75
displayName: "Linux/AMD64"
@@ -228,7 +228,7 @@ stages:
228
229
- template: /.pipelines/build/images.jobs.yaml
230
231
- stageName: build_release
+ stageName: "build_release"
232
233
234
0 commit comments