Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ci-sauce for SC 5 version check #214

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading