Skip to content

Commit 1bfe22a

Browse files
committed
update pipeline2 example
1 parent 341c44a commit 1bfe22a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/pipeline2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ metadata:
44
labels:
55
repo: github:ArikMaor/ping-server
66
spec:
7+
contexts: ['lala']
78
variables:
89
- key: PORT
910
value: 3000
@@ -18,3 +19,4 @@ spec:
1819
- echo "hello world"
1920
- echo "plain value $PORT"
2021
- echo "encrypted value $PAPA"
22+
- echo "value from context $COOKIE"

0 commit comments

Comments
 (0)