Skip to content

Commit

Permalink
Merge pull request #214 from jenkinsci/alexh-latest-sauce-connect
Browse files Browse the repository at this point in the history
Bump ci-sauce for SC 5 version check
  • Loading branch information
alexh-sauce authored Dec 13, 2024
2 parents 31c22e9 + f58138c commit 694fd1a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
<jenkins.baseline>2.452</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
<ci-sauce.version>2.0</ci-sauce.version>
<ci-sauce.version>2.1</ci-sauce.version>
<saucerest.version>2.5.3</saucerest.version>
</properties>

Expand Down Expand Up @@ -347,4 +347,4 @@
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>
</project>
</project>
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<div>
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.
</div>
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.

<br />

This option is also needed when "Use Latest Sauce Connect version" is
enabled.
</div>
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<div>
If this checkbox is selected, the plugin will always check for and use the latest version of <a href="https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy">Sauce Connect</a>
If this checkbox is selected, the plugin will always check for and use the
latest version of
<a href="https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy"
>Sauce Connect</a
>

</div>
<br />

Note: A download directory must also be set in "Manage Jenkins &gt; System
&gt; Sauce Support &gt; Override Sauce Connect Path" to download the latest
version.
</div>

0 comments on commit 694fd1a

Please sign in to comment.