Branch: refs/heads/master
Home: https://github.com/jenkinsci/sauce-ondemand-plugin
Commit: bacb981ae058063e62737c3036c4f4db18d4d969
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/bacb981ae058063e62737c3036c4f4db18d4d969
Author: Alex Harford <[email protected]>
Date: 2022-05-09 (Mon, 09 May 2022)
Changed paths:
M src/main/java/com/saucelabs/jenkins/pipeline/SauceConnectStep.java
M src/main/java/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper.java
M src/test/java/com/saucelabs/jenkins/pipeline/SauceStepTest.java
M src/test/java/hudson/plugins/sauce_ondemand/SauceBuildWrapperTest.java
Log Message:
-----------
Use tunnel-name instead of tunnel-identifier
Commit: 7b1409f8ab887cf36c892aa9df850f5fec158526
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/7b1409f8ab887cf36c892aa9df850f5fec158526
Author: Alex Harford <[email protected]>
Date: 2022-05-11 (Wed, 11 May 2022)
Changed paths:
M src/main/java/com/saucelabs/jenkins/pipeline/SauceConnectStep.java
M src/main/java/hudson/plugins/sauce_ondemand/SauceEnvironmentUtil.java
M src/main/java/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper.java
M
src/main/resources/com/saucelabs/jenkins/pipeline/SauceConnectStep/config.jelly
M
src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/config.jelly
R
src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-useGeneratedTunnelIdentifier.html
A
src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-useGeneratedTunnelName.html
M src/test/java/com/saucelabs/jenkins/pipeline/SauceStepTest.java
M
src/test/java/hudson/plugins/sauce_ondemand/ParameterizedSauceBuildWrapperTest.java
M src/test/java/hudson/plugins/sauce_ondemand/SauceBuildWrapperTest.java
M src/test/java/hudson/plugins/sauce_ondemand/SauceEnvironmentUtilTest.java
Log Message:
-----------
Rename tunnel identifier -> tunnel name
The only exception is tunnel_identifier returned by the tunnel REST API.
Commit: cc661b311003b14832afb4edc283468c4a08298d
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/cc661b311003b14832afb4edc283468c4a08298d
Author: Alex Harford <[email protected]>
Date: 2022-05-11 (Wed, 11 May 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Bump ci-sauce to 1.156 for tunnel name changes
Commit: 714ca328c065c7c6d3c52de84bd3e445e15cb2df
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/714ca328c065c7c6d3c52de84bd3e445e15cb2df
Author: Alex Harford <[email protected]>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Bump SauceREST to 1.1.7
This is built with Java 8 so the plugin should be buildable by Jenkins
CI infra.
Commit: 6cf9b344eb37fe719d459cbb5f9bfad7ce09ee53
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/6cf9b344eb37fe719d459cbb5f9bfad7ce09ee53
Author: Alex Harford <[email protected]>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Bump mockito to 3.8.0
Commit: 18466db24d1911ab2ceb31d4123b2cea66d3cb88
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/18466db24d1911ab2ceb31d4123b2cea66d3cb88
Author: Alex Harford <[email protected]>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Update java-jwt to 3.18.1
Commit: a8726606b16978b40e092dddcb1721e97e71b04a
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/a8726606b16978b40e092dddcb1721e97e71b04a
Author: Alex Harford <[email protected]>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Bump commons-fileupload to 1.3.3
Commit: 473aa7cacdd86504b93f89bb0d958d1921733400
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/473aa7cacdd86504b93f89bb0d958d1921733400
Author: Alex Harford <[email protected]>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Bump maven-shared-utils to 3.3.4
Commit: 89d9e110d67ba5dacf87ed47edb069ec82b7b620
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/89d9e110d67ba5dacf87ed47edb069ec82b7b620
Author: Alex Harford <[email protected]>
Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths:
M
src/main/java/hudson/plugins/sauce_ondemand/credentials/SauceCredentials.java
Log Message:
-----------
upportedEncodingException isn't thrown here any more
Commit: dd754c7abcda59be16bbf054b86552d78d70466e
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/dd754c7abcda59be16bbf054b86552d78d70466e
Author: Alex Harford <[email protected]>
Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Bump saucerest for URLEncode.encode Java 8 version
Commit: a8dbfce8c2077139da7f195ca3f384ad3b9426ac
https://github.com/jenkinsci/sauce-ondemand-plugin/commit/a8dbfce8c2077139da7f195ca3f384ad3b9426ac
Author: Alex Harford <[email protected]>
Date: 2022-05-17 (Tue, 17 May 2022)
Changed paths:
M pom.xml
M src/main/java/com/saucelabs/jenkins/pipeline/SauceConnectStep.java
M src/main/java/hudson/plugins/sauce_ondemand/SauceEnvironmentUtil.java
M src/main/java/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper.java
M
src/main/java/hudson/plugins/sauce_ondemand/credentials/SauceCredentials.java
M
src/main/resources/com/saucelabs/jenkins/pipeline/SauceConnectStep/config.jelly
M
src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/config.jelly
R
src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-useGeneratedTunnelIdentifier.html
A
src/main/resources/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper/help-useGeneratedTunnelName.html
M src/test/java/com/saucelabs/jenkins/pipeline/SauceStepTest.java
M
src/test/java/hudson/plugins/sauce_ondemand/ParameterizedSauceBuildWrapperTest.java
M src/test/java/hudson/plugins/sauce_ondemand/SauceBuildWrapperTest.java
M src/test/java/hudson/plugins/sauce_ondemand/SauceEnvironmentUtilTest.java
Log Message:
-----------
Merge pull request #92 from saucelabs/alexh-sc-3485-use-new-cli-options
Use tunnel-name instead of tunnel-identifier
Compare:
https://github.com/jenkinsci/sauce-ondemand-plugin/compare/0a520b6036d5...a8dbfce8c207
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/sauce-ondemand-plugin/push/refs/heads/master/0a520b-a8dbfc%40github.com.