From 19b83642e019c197eb8b49c9a84866602177dfff Mon Sep 17 00:00:00 2001 From: Roberto DeDeus Date: Mon, 30 Jan 2023 16:03:17 -0500 Subject: [PATCH] Add demo for xvfb. --- demos/xvfb/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 demos/xvfb/README.md 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: "" +```