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

Use Sauce Connect 5 #201

Merged
merged 8 commits into from
Nov 6, 2024
Merged

Use Sauce Connect 5 #201

merged 8 commits into from
Nov 6, 2024

Conversation

alexh-sauce
Copy link
Contributor

  • Adds Sauce Connect 5
  • Bumps various dependencies for sauceREST and ci-sauce

@alexh-sauce alexh-sauce force-pushed the alexh-sc-5 branch 2 times, most recently from a8f2848 to 84105d0 Compare November 5, 2024 17:40
@@ -191,6 +191,16 @@ public class SauceOnDemandBuildWrapper extends BuildWrapper implements Serializa
/** Indicates whether Sauce Connect should be started as part of the build. */
private boolean enableSauceConnect;

private static Map<String, String> endpointToRegion = new HashMap<>();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe use Map.of

@mmatczuk
Copy link

mmatczuk commented Nov 6, 2024

I do not get how it works, we added moshi and okio but I do not see them being used. What happens here?

@alexh-sauce
Copy link
Contributor Author

https://github.com/jenkinsci/sauce-ondemand-plugin/blob/master/src/test/java/hudson/plugins/sauce_ondemand/SauceOnDemandBuildActionTest.java

It's used here, but previously the dependency was included in SauceREST: saucelabs/saucerest-java@de9d22d

This was removed in saucerest but is still needed for tests here.
@mmatczuk
Copy link

mmatczuk commented Nov 6, 2024

LGTM

@alexh-sauce alexh-sauce merged commit b654f79 into jenkinsci:master Nov 6, 2024
16 checks passed
@alexh-sauce alexh-sauce deleted the alexh-sc-5 branch November 6, 2024 15:58
alexh-sauce added a commit to saucelabs/jenkins-sauce-ondemand-plugin that referenced this pull request Nov 14, 2024
This reverts commit b654f79, reversing
changes made to 1f84f35.
alexh-sauce added a commit that referenced this pull request Nov 14, 2024
Revert "Merge pull request #201 from saucelabs/alexh-sc-5"
alexh-sauce added a commit to saucelabs/jenkins-sauce-ondemand-plugin that referenced this pull request Nov 15, 2024
alexh-sauce added a commit that referenced this pull request Nov 15, 2024
Revert "Revert "Merge pull request #201 from saucelabs/alexh-sc-5""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants