Skip to content

Commit

Permalink
Add demo for xvfb.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto DeDeus committed Jan 30, 2023
1 parent aa06e58 commit 19b8364
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions demos/xvfb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Configure xvfb tool installation

Basic configuration of the [xvfb](https://plugins.jenkins.io/xvfb/)

## sample configuration

For plugin version 1.1:

```yaml
tool:
xvfbInstallation:
installations:
- name: "default"
```
For plugin version 1.2 and up:
```yaml
tool:
xvfb:
installations:
- name: "default"
home: ""
```

0 comments on commit 19b8364

Please sign in to comment.