Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Refresh plugin 2023 #13

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Conversation

jonesbusy
Copy link
Contributor

Refresh plugin 2023

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did

Need an admin to restart the build to allow changes on Jenkinsfile

@MarkEWaite
Copy link

MarkEWaite commented Sep 22, 2023

Thanks! Will need to use the Jenkinsfile that tests with Java 17 and Java 21 (or with Java 11, Java 17, and Java 21 if you prefer). An example is available in the "Improve a plugin" tutorial.

@MarkEWaite
Copy link

I used my ci.jenkins.io administrator permissions to build with the following Jenkinsfile:

buildPlugin(
  useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
  configurations: [
    [platform: 'linux', jdk: 17],
    [platform: 'windows', jdk: 11],
])

@jonesbusy
Copy link
Contributor Author

@MarkEWaite Thanks, yea the PR start to be old. Need to be refreshed again

@jonesbusy jonesbusy merged commit 39ec8df into jenkinsci:main Oct 4, 2023
14 checks passed
@jonesbusy jonesbusy deleted the feature/refresh-plugin branch October 4, 2023 03:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants