forked from dougm/hudson-s3
-
Notifications
You must be signed in to change notification settings - Fork 3
Missing region eu-south-1 #4
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
Open
drenda
wants to merge
499
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 hidden or 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
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
FIXED IE and Chrome download issue when file path is window style
…being opened in the browser
This plugin is really noisy when you have loads of assets to archive, so this adds a toggle to suppress all output to the build console.
Allow users to control the noisiness of the S3 plugin console output by using the `java.util.logging.Level` field definitions.
…gging Add job setting to suppress console logging
This change adds a per-job setting to constrain the build result nastiness set by the plugin for problems that occur inside the plugin. That is, an S3 failure that would normally result in a FAILURE can be constrained to UNSTABLE or SUCCESS. This addresses JENKINS-27284 <https://issues.jenkins-ci.org/browse/JENKINS-27284> by providing a way to prevent S3 plugin failures from causing an otherwise successful build to be marked as having failed.
JENKINS-27284: Constrain build result severity
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
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ns:plugin from 5.7 to 5.11
Bump jenkins.version from 2.479.1 to 2.479.3 and org.jenkins-ci.plugins:plugin from 5.7 to 5.11
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.5 to 1.21.0. - [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.20.5...1.21.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [io.jenkins.tools.bom:bom-2.479.x](https://github.com/jenkinsci/bom) from 4488.v7fe26526366e to 4740.v75a_90f6fefb_7. - [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.479.x dependency-version: 4740.v75a_90f6fefb_7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 5.11 to 5.16. - [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-5.11...plugin-5.16) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-version: '5.16' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…i.plugins-plugin-5.16 Bump org.jenkins-ci.plugins:plugin from 5.11 to 5.16
…ols.bom-bom-2.479.x-4740.v75a_90f6fefb_7 Bump io.jenkins.tools.bom:bom-2.479.x from 4488.v7fe26526366e to 4740.v75a_90f6fefb_7
…iners-testcontainers-1.21.0 Bump org.testcontainers:testcontainers from 1.20.5 to 1.21.0
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anatoliy Korostelev <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…m 1.8 to 1.13 (#351) 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>
….v620b_5d2b_d5e6 (#344) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: strangelookingnerd <[email protected]>
Co-authored-by: Anatoliy Korostelev <[email protected]>
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