forked from dougm/hudson-s3
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Missing region eu-south-1 #4
Open
drenda
wants to merge
478
commits into
d6y:master
Choose a base branch
from
jenkinsci:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add option to keep build artifacats forever
…s root directory relatively
…s root directory relatively Add cleanup action for every uploading.
…s root directory relatively - add option to support such behavior
Fixes JENKINS-34216 by following recommendations from aws/aws-sdk-java#427.
Fix JENKINS-34216
…tp.conn.ManagedHttpClientConnection
* Don't upload to S3 on aborted build Signed-off-by: Eli Oxman <[email protected]> * No upload on abort even if noUploadOnFailure * Fix compilation error - build -> run * Early return if build aborted
Previously, if the source file patterns given to the S3 publisher matched no files, we tried to be nice and called validateAntFileMask(), which gave a nicely formatted message in case some other pattern would have matched. However, if even validateAntFileMask() fails to match anything within the bound limit, then we would get a big fat InterruptedException that kills the whole publisher and marks the build as a failure. This patch makes this consistent by just ignoring the exception if nothing was found. IOW, if we have nothing to suggest to the user to help them diagnose the issue, that shouldn't be a reason to die.
S3BucketPublisher: handle InterruptedException
…ols.incrementals-git-changelist-maven-extension-1.7 Bump git-changelist-maven-extension from 1.6 to 1.7
…i.plugins-plugin-4.73 Bump org.jenkins-ci.plugins:plugin from 4.66 to 4.73
Bumps [io.jenkins.tools.bom:bom-2.387.x](https://github.com/jenkinsci/bom) from 2446.v2e9fd3b_d8c81 to 2543.vfb_1a_5fb_9496d. - [Release notes](https://github.com/jenkinsci/bom/releases) - [Commits](https://github.com/jenkinsci/bom/commits) --- updated-dependencies: - dependency-name: io.jenkins.tools.bom:bom-2.387.x dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.0 to 1.19.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.0...1.19.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 4.73 to 4.76. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-4.73...plugin-4.76) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Java 21 released Sep 19, 2023. Full support for Java 21 was announced in November 2023. The acceptance test harness and plugin bill of materials tests are already passing with Java 21. This is a further step to improve plugin readiness for use with Java 21 and for development with Java 21. This does not test Java 11 because the Java 17 build and the Java 21 build are both generating Java 11 byte code. We've detected no issues related to building Java 11 byte code with Java 17 and Java 21.
… 'dependabot/maven/io.jenkins.tools.bom-bom-2.387.x-2543.vfb_1a_5fb_9496d' and 'dependabot/maven/org.testcontainers-testcontainers-1.19.3' into test-with-java-21
The spotbugs annotations are actively maintained while the javax annotations are unmaintained. The spotbugs annotations were already used in some of the files. This changes uses spotbugs annotations in all cases.
Jenkins 2.277.x introduced the layout change from tables to divs. Since the plugin requires Jenkins 2.387.3 or newer, the divBasedFormLayout conditional is always true. Remove the conditional and use '<div>' directly in the jelly file.
Make dep on `matrix-project` optional
Remove divBasedFormLayout UI conditional
Use spotbugs annotations instead of javax
Test with Java 21 and Java 17
…m 1.7 to 1.8 (#283) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 4.86 to 5.3. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-4.86...plugin-5.3) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Required to update parent pom with EE 9 support
This reverts commit 9cbdf1c.
…i.plugins-plugin-5.3 Bump org.jenkins-ci.plugins:plugin from 4.86 to 5.4 and jenkins.version from 2.387.3 to 2.479.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The new eu-south-1 region is missing. Unfortunately the plugin is not usable for people, like me, using this region (Italy).
Thanks