jenkinsci / pipeline-aws-plugin

Jenkins Pipeline Step Plugin for AWS
https://plugins.jenkins.io/pipeline-aws/
Apache License 2.0
431 stars 202 forks source link

Update Jenkinsfile #318

Closed zbynek closed 9 months ago

zbynek commented 9 months ago

This does not introduce any change to the plugin itself, but allows contributors to check their changes against newer versions of Jenkins and JVM.

By merging this PR it should be possible to check that CI passes for #317 -- the reason for separate PRs is that my changes in Jenkinsfile will be ignored until they are merged to the default branch.

Plugin is built with Java 8 against Jenkins 2.102

Plugin is build with Java 11 and 17 against Jenkins version defined in POM

zbynek commented 9 months ago

@hoegertn could you please merge this one so that I can check if there's still something to do for #317 ?