Skip to content

Conversation

@drenda
Copy link

@drenda drenda commented May 13, 2020

The new eu-south-1 region is missing. Unfortunately the plugin is not usable for people, like me, using this region (Italy).

Thanks

Jimilian and others added 30 commits July 1, 2016 16:17
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
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
dependabot bot and others added 30 commits August 6, 2024 13:04
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
…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>
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>
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]>
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.