Skip to content

Bump com.offbytwo.jenkins:jenkins-client from 0.3.7 to 0.3.8 #2605

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps com.offbytwo.jenkins:jenkins-client from 0.3.7 to 0.3.8.

Changelog

Sourced from com.offbytwo.jenkins:jenkins-client's changelog.

Release 0.3.8

  • [Fixed Issue 289][issue-289]

    Added a build.stop() method which takes in a crumbFlag

  • [Fixed Issue 301][issue-301]

    Decoupled JenkinsServer and JenkinsHttpClient by extracting JenkinsHttpClient methods into public interface so that different implementations can be plugged into JenkinsServer if required

  • [Fixed Issue 298][issue-298]

    Added Closeable support to JenkinsServer and JenkinsHttpClient so that underlying resources can be cleaned up when instances no longer required

  • [JENKINS-46472][jissue-46472]

    Added ability to modify offline cause for offline computers.

     ComputerWithDetails computer = ...
     if (!computer.getOffline()){
       computer.toggleOffline();
       computer.changeOfflineCause("Scheduled for termination");
     }
  • [JENKINS-46445][jissue-46445]

    Add support for both client TLS and basic authentication.

     HttpClientBuilder builder = HttpClientBuilder.create();
     builder.setSslcontext(sslContext);
     JenkinsHttpClient client = new JenkinsHttpClient(uri, builder, username, password);
     JenkinsServer jenkins = new JenkinsServer(client);
  • [Refactor Issue 291][issue-291]

    Useful utility methods refactored into utility classes.

  • [Fixed Issue 282][issue-282]

    NullPointerException may be thrown if upstreamUrl is null when

... (truncated)

Commits
  • 76e1976 [maven-release-plugin] prepare release jenkins-client-parent-0.3.8
  • 8fd7b3e Fixed JavaDoc issues.
  • 0af41dc Fixed #276: Support to trigger a parameterized build with file parameters (#278)
  • ed4aae1 Fixed# #243 Support for Stopping and Restarting Jenkins (#325)
  • 7add859 Merge pull request #322 from holgpar/master
  • d4734ca Fixed #321 handle change set lists
  • 62623fe Improved code a bit.
  • 5b19702 Merge pull request #313 from zelahi/master
  • 5150a86 Upgraded TestNG from 6.13 to 6.14.2
  • 1f2c71b Fixed Issue#289 Add a Build.stopPost with a crumbFlag version
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner March 10, 2025 03:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 10, 2025
@olamy
Copy link
Member

olamy commented Apr 16, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/com.offbytwo.jenkins-jenkins-client-0.3.8 branch from bfe6c57 to 06fa035 Compare April 16, 2025 00:53
@olamy
Copy link
Member

olamy commented Apr 16, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 16, 2025

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@olamy
Copy link
Member

olamy commented Apr 16, 2025

@dependabot recreate

Bumps [com.offbytwo.jenkins:jenkins-client](https://github.com/jenkinsci/java-client-api) from 0.3.7 to 0.3.8.
- [Changelog](https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md)
- [Commits](jenkinsci/java-client-api@jenkins-client-parent-0.3.7...jenkins-client-parent-0.3.8)

---
updated-dependencies:
- dependency-name: com.offbytwo.jenkins:jenkins-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/com.offbytwo.jenkins-jenkins-client-0.3.8 branch from 06fa035 to 3fdc96e Compare April 16, 2025 02:12
Copy link
Member

@olamy olamy left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@dependabot dependabot bot merged commit c4b3195 into master Apr 16, 2025
16 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.offbytwo.jenkins-jenkins-client-0.3.8 branch April 16, 2025 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant