archetypes
archetypes copied to clipboard
Collection of Maven archetypes to get developers started
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/jenkinsci/archetypes). ## Awaiting Schedule These updates are awaiting...
One issue blocking progress on https://github.com/jenkinsci/plugin-pom/issues/919 is that we do not conform to https://maven.apache.org/guides/mini/guide-reproducible-builds.html by defining a `project.build.outputTimestamp` property.
It should be considered best practice to start plugin development using JUnit5 over JUnit4. * `org.junit.*` imports being updated to JUnit5 equivalents * Use `@WithJenkins` in combination with `JenkinsRule` *...
https://github.com/jenkinsci/archetypes/pull/685#issuecomment-1874481596
As per [this example](https://github.com/jglick/wfdev/blob/pipeline/src/main/java/demo/CountGreetingsStep.java) except not using [this part](https://github.com/jglick/wfdev/blob/8c5d35446a39d6ab5596d2aadf086bb025eb0dee/src/main/java/demo/CountGreetingsStep.java#L113-L114) which will not work in `USE_WATCHING` mode.
Since Java 11 is likely to be EOL in October 2024, it might be a good time to start recommending Java 21 and Java 17 in the default test matrix...
### Jenkins and plugins versions report Environment ```text Paste the output here ``` ### What Operating System are you using (both controller, and any agents involved in the problem)? Windows...
### What feature do you want to see added? When https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ updates, automatically update archetypes to the recommended version. We possibly want to make an API on jenkins.io for it...