Skip to content

Commit 6c7cee1

Browse files
Update pipeline ff-golang-server-sdk
1 parent 44ed540 commit 6c7cee1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.harness/ffgolangserversdk.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,21 @@ pipeline:
6666
paths:
6767
- junit.xml
6868
outputVariables:
69-
- name: Foo
69+
- name: RepoName
7070
type: String
7171
value: <+pipeline.properties.ci.codebase.repoName>
72+
- name: RepoBranch
73+
type: String
74+
value: <+pipeline.properties.ci.codebase.build.spec.branch>
75+
- name: RepoTag
76+
type: String
77+
value: <+pipeline.properties.ci.codebase.build.spec.tag>
78+
- name: PRNumber
79+
type: String
80+
value: <+pipeline.properties.ci.codebase.build.spec.number>
81+
- name: CommitSHA
82+
type: String
83+
value: <+trigger.commitSha>
7284
resources:
7385
limits:
7486
memory: 1G

0 commit comments

Comments
 (0)