Add demo for xvfb.

This commit is contained in:
Roberto DeDeus 2023-01-30 16:03:17 -05:00
parent aa06e58d11
commit 19b83642e0
1 changed files with 24 additions and 0 deletions

24
demos/xvfb/README.md Normal file
View File

@ -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: ""
```