Skip to content
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
wants to merge 478 commits into
base: master
Choose a base branch
from
Open

Missing region eu-south-1 #4

wants to merge 478 commits into from

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 May 24, 2016 11:51
Add option to keep build artifacats forever
…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.
* 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
alecharp and others added 30 commits September 22, 2023 08:05
…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
…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
…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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.