diff --git a/README.md b/README.md index de29c1a..8e9fd8d 100644 --- a/README.md +++ b/README.md @@ -63,12 +63,13 @@ _Browser Installations must be handled separately, this plugin assumes you will **Build Step Configuration** ![](docs/images/build_step.png) **Project Settings** -- **Provar Version**: Provar Installation to use. See above section. The version you select here will be used for the task itself. +- **Provar Automation CLI Version**: Provar Installation to use. See above section. The version you select here will be used for the task itself. - **Project Name**: The project folder containing the Provar test project. Leave blank if the of your root repository contains the .testproject file. The project path must be relative to the Jenkins workspace directory. - **Build File**: Build file to use. If left blank, plugin will look for `build.xml` in the `ANT` directory. Otherwise, looks in the `ANT` directory of the `Project Name` folder for the named build file. - **Test Plan**: Test Plan to use. Plugin will look in the `plans` directory of the Provar Project folder for the named Test Plan. Full relative paths can be used (i.e. `Regression/Sales Cloud/Account`) - **Test Folder**: The Test Folder to include in the test run. Plugin will look in the `tests` directory of the Provar Automation Project for the folder. Full relative paths can be used (i.e. `Regression/Sales Cloud/Opportunity`) +- **Execution License Path**: The folder containing the license file. Plugin will look in the $USER_HOME/Provar/.licenses folder by default. - **Secrets Password**: The Provar Secrets Password used to encrypt/access the Provar Project. This value is kept secret and masked in all logs. **Environment Settings** diff --git a/docs/images/build_step.png b/docs/images/build_step.png index 7368fb2..4b40fb1 100644 Binary files a/docs/images/build_step.png and b/docs/images/build_step.png differ diff --git a/source-files/io.jenkins.plugins.ProvarAutomation.ProvarAutomationInstaller b/source-files/io.jenkins.plugins.ProvarAutomation.ProvarAutomationInstaller index ac49341..00c494c 100644 --- a/source-files/io.jenkins.plugins.ProvarAutomation.ProvarAutomationInstaller +++ b/source-files/io.jenkins.plugins.ProvarAutomation.ProvarAutomationInstaller @@ -1,4 +1,5 @@ {"list":[{"id":"latest","name":"latest","url":"https://provar-installers.s3-us-west-2.amazonaws.com/latest/Provar_ANT_latest.zip"}, +{"id":"2.12.1","name":"2.12.1","url":"https://provar-installers.s3-us-west-2.amazonaws.com/2.12.1/Provar_ANT_2.12.1.zip"}, {"id":"2.11.3","name":"2.11.3","url":"https://provar-installers.s3-us-west-2.amazonaws.com/2.11.3/Provar_ANT_2.11.3.11.zip"}, {"id":"2.11.2","name":"2.11.2","url":"https://provar-installers.s3-us-west-2.amazonaws.com/2.11.2/Provar_ANT_2.11.2.05.zip"}, {"id":"2.11.1","name":"2.11.1","url":"https://provar-installers.s3-us-west-2.amazonaws.com/2.11.1/Provar_ANT_2.11.1.04.zip"},