From 9419893144f596a3a157884d52ecb5afa058a454 Mon Sep 17 00:00:00 2001 From: Alex Harford Date: Wed, 11 Dec 2024 10:52:41 -0800 Subject: [PATCH 1/2] Add notes on how to use the latest version of Sauce Connect automatically --- .../PluginImpl/help-sauceConnectDirectory.html | 11 +++++++++-- .../help-useLatestSauceConnect.html | 13 +++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/src/main/resources/hudson/plugins/sauce_ondemand/PluginImpl/help-sauceConnectDirectory.html b/src/main/resources/hudson/plugins/sauce_ondemand/PluginImpl/help-sauceConnectDirectory.html index 34780206..549c862d 100644 --- a/src/main/resources/hudson/plugins/sauce_ondemand/PluginImpl/help-sauceConnectDirectory.html +++ b/src/main/resources/hudson/plugins/sauce_ondemand/PluginImpl/help-sauceConnectDirectory.html @@ -1,3 +1,10 @@
- By default, we extract a bundled/tested version of Sauce Connect to your $HOME directory and run it. If you want to use an already installed version instead, specify its full path. -
\ No newline at end of file + By default, we extract a bundled/tested version of Sauce Connect to your + $HOME directory and run it. If you want to use an already installed version + instead, specify its full path. + +
+ + This option is also needed when "Use Latest Sauce Connect version" is + enabled. + diff --git a/src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-useLatestSauceConnect.html b/src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-useLatestSauceConnect.html index ddd9aa46..c4879c0c 100644 --- a/src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-useLatestSauceConnect.html +++ b/src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-useLatestSauceConnect.html @@ -1,4 +1,13 @@
-If this checkbox is selected, the plugin will always check for and use the latest version of Sauce Connect + If this checkbox is selected, the plugin will always check for and use the + latest version of + Sauce Connect -
+
+ + Note: A download directory must also be set in "Manage Jenkins > System + > Sauce Support > Override Sauce Connect Path" to download the latest + version. + \ No newline at end of file From f58138cd362b2044204319afb6b8fb696d60a78c Mon Sep 17 00:00:00 2001 From: Alex Harford Date: Wed, 11 Dec 2024 12:00:42 -0800 Subject: [PATCH 2/2] Bump ci-sauce for SC 5.2.2 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2e0702b0..edd6e888 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 2.452 ${jenkins.baseline}.4 - 2.0 + 2.1 2.5.3 @@ -347,4 +347,4 @@ https://repo.jenkins-ci.org/public/ - + \ No newline at end of file