Skip to content

Add minimum jenkins version#67

Merged
sarah-witt merged 11 commits into
masterfrom
sarah/jenkins-min-version
Jun 9, 2020
Merged

Add minimum jenkins version#67
sarah-witt merged 11 commits into
masterfrom
sarah/jenkins-min-version

Conversation

@sarah-witt

Copy link
Copy Markdown
Collaborator

Requirements for Contributing to this repository

  • Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
  • The pull request must only fix one issue at the time.
  • The pull request must update the test suite to demonstrate the changed functionality.
  • After you create the pull request, all status checks must be pass before a maintainer reviews your contribution. For more details, please see CONTRIBUTING.

What does this PR do?

Description of the Change

Alternate Designs

Possible Drawbacks

Verification Process

Additional Notes

Release Notes

Review checklist (to be filled by reviewers)

  • Feature or bug fix MUST have appropriate tests (unit, integration, etc...)
  • PR title must be written as a CHANGELOG entry (see why)
  • Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
  • PR must have one changelog/ label attached. If applicable it should have the backward-incompatible label attached.
  • PR should not have do-not-merge/ label attached.
  • If Applicable, issue must have kind/ and severity/ labels attached at least.

@github-actions github-actions Bot added the documentation Documentation related changes label Jun 8, 2020
@sarah-witt
sarah-witt marked this pull request as ready for review June 8, 2020 19:25

@FlorianVeaux FlorianVeaux left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The plugin is still compatible up to 1.632. Before that, the code doesn't compile because of that method that was not yet introduced.

Comment thread pom.xml Outdated

<properties>
<java.level>8</java.level>
<jenkins.version>2.60.1</jenkins.version>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
<jenkins.version>2.60.1</jenkins.version>
<jenkins.version>1.632</jenkins.version>

Comment thread README.md Outdated
### Installation

_This plugin requires [Jenkins 1.580.1][2] or newer._
_This plugin requires [Jenkins 2.60.1][2] or newer._

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
_This plugin requires [Jenkins 2.60.1][2] or newer._
_This plugin requires Java 8+ and [Jenkins 1.632][2] or newer._

@FlorianVeaux

Copy link
Copy Markdown
Contributor

Thanks, this will help removing that warning while the plugin has a really soft constraint on the jenkins version.
image

@sarah-witt sarah-witt added the changelog/Added Added features results into a minor version bump label Jun 9, 2020
FlorianVeaux
FlorianVeaux previously approved these changes Jun 9, 2020
@sarah-witt
sarah-witt merged commit 2f6887e into master Jun 9, 2020
@sarah-witt
sarah-witt deleted the sarah/jenkins-min-version branch June 9, 2020 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/Added Added features results into a minor version bump documentation Documentation related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants