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 44ed540 commit 6c7cee1Copy full SHA for 6c7cee1
.harness/ffgolangserversdk.yaml
@@ -66,9 +66,21 @@ pipeline:
66
paths:
67
- junit.xml
68
outputVariables:
69
- - name: Foo
+ - name: RepoName
70
type: String
71
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
77
+ value: <+pipeline.properties.ci.codebase.build.spec.tag>
78
+ - name: PRNumber
79
80
+ value: <+pipeline.properties.ci.codebase.build.spec.number>
81
+ - name: CommitSHA
82
83
+ value: <+trigger.commitSha>
84
resources:
85
limits:
86
memory: 1G
0 commit comments