Skip to content

Commit

Permalink
Merge pull request #219 from devqore/master
Browse files Browse the repository at this point in the history
Update the documentation for serverSideFilter to match JSON schema
  • Loading branch information
tylrd authored Sep 26, 2023
2 parents 790c98f + 88c1820 commit 9a68a61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ You can use [JCasC](https://www.jenkins.io/projects/jcasc/) to set the GCP proje
```yaml
unclassified:
gcpCredentialsProvider:
serverSideFilter: "labels.foo:bar OR labels.foo:baz"
serverSideFilter:
filter: "labels.foo:bar OR labels.foo:baz"
filter:
label: "my-label"
value: "my-value-1,my-value-2"
Expand Down

0 comments on commit 9a68a61

Please sign in to comment.