diff --git a/demos/xvfb/README.md b/demos/xvfb/README.md new file mode 100644 index 0000000000..30d6829032 --- /dev/null +++ b/demos/xvfb/README.md @@ -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: "" +```