You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/op-about-workspace.adoc
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,27 +43,27 @@ spec:
43
43
...
44
44
tasks: <2>
45
45
- name: build-image
46
-
taskRef:
47
-
name: buildah
48
-
kind: ClusterTask
49
-
params:
50
-
- name: TLSVERIFY
51
-
value: "false"
52
-
- name: IMAGE
53
-
value: $(params.IMAGE)
54
-
workspaces: <3>
55
-
- name: source <4>
56
-
workspace: shared-workspace <5>
57
-
runAfter:
58
-
- fetch-repository
59
-
- name: apply-manifests
60
-
taskRef:
61
-
name: apply-manifests
62
-
workspaces: <6>
63
-
- name: source
64
-
workspace: shared-workspace
65
-
runAfter:
66
-
- build-image
46
+
taskRef:
47
+
name: buildah
48
+
kind: ClusterTask
49
+
params:
50
+
- name: TLSVERIFY
51
+
value: "false"
52
+
- name: IMAGE
53
+
value: $(params.IMAGE)
54
+
workspaces: <3>
55
+
- name: source <4>
56
+
workspace: shared-workspace <5>
57
+
runAfter:
58
+
- fetch-repository
59
+
- name: apply-manifests
60
+
taskRef:
61
+
name: apply-manifests
62
+
workspaces: <6>
63
+
- name: source
64
+
workspace: shared-workspace
65
+
runAfter:
66
+
- build-image
67
67
...
68
68
----
69
69
<1> List of Workspaces shared between the Tasks defined in the Pipeline. A Pipeline can define as many Workspaces as required. In this example, only one Workspace named `shared-workspace` is declared.
0 commit comments