Skip to content

Releases: jenkinsci/jenkinsfile-runner

1.0-beta-32

12 Nov 20:00
Compare
Choose a tag to compare

🚀 New features and improvements

  • Add --write-log-init-timeout option to allow specifying a timeout to retry writing logs to stdout (#698) @romanisb
  • Add --no-build-logs option to disable writing builds logs to stdout (#697) @romanisb

🐛 Bug fixes

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

All contributors: @dependabot, @dependabot[bot], @oleg-nenashev, @romanisb and @syurevich

1.0-beta-31 - UNSTABLE: Java 11 & Jenkins updates, Switch to GitHub Packages

08 Feb 14:46
Compare
Choose a tag to compare

NOTE: This is an experimental release after a 1+ years. Most likely things will not work right away, and the release will be unstable. More fixes are coming soon

💥 Breaking changes

🚨 Known issues

  • The version suffix is duplicated on Docker Packages, e.g. eclipse-temurin-11-jre-alpine-1.0-beta-311.0-beta-31
  • Release pipelines override the latest and other similar tags. These versions should be always using the main branch
  • Demos were updated to Java 11 in the main branch, but some of them are still broken
  • Illegal Reflective Access Warning on Startup - See #667
  • Warnings about deprecated file extension in the packaged Docker images - #587

🚀 New features and improvements

  • Add HTTP Request plugin to the Vanilla Package (#559) @oleg-nenashev
  • Option to keep Jenkinsfile Runner running upon job completion (#556) @rsvoboda
  • Add option to open Jenkins Web UI in the default browser (#552) @rsvoboda

🐛 Bug fixes

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

All contributors: @dependabot, @jglick, @oleg-nenashev, @rsvoboda and @shadycuz

1.0-beta-30

30 Aug 09:59
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

👷 Changes for plugin developers

👻 Maintenance

All contributors: @abayer, @agentgonzo, @basil, @dependabot, @fcojfernandez, @jglick and @oleg-nenashev

1.0-beta-29

11 Jun 22:16
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

All contributors: @dependabot, @oleg-nenashev and @pawoolley

1.0-beta-28

11 Jun 10:22
Compare
Choose a tag to compare
1.0-beta-28 Pre-release
Pre-release

// Release publishing failed

1.0-beta-27

08 Apr 13:41
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

All contributors: @LinuxSuRen, @addihorn, @dependabot, @kennyg, @oleg-nenashev, @ossdhaval, @reftel, @steven-terrana

1.0-beta-26

26 Jan 16:43
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

All contributors: @dependabot, @dependabot[bot], @elreydetoda and @oleg-nenashev

1.0-beta-25

14 Dec 18:27
Compare
Choose a tag to compare

🚀 New features and improvements

👷 Changes for plugin developers

👻 Maintenance

All contributors: @oleg-nenashev

1.0-beta-24 (skipped)

14 Dec 18:25
Compare
Choose a tag to compare
1.0-beta-24 (skipped) Pre-release
Pre-release

The release has been skipped due to the Javadoc issue

1.0-beta-23

09 Dec 17:18
Compare
Choose a tag to compare

🚀 New features and improvements

  • Introduce in the CLI interface, powered by picocli (#437)
    • Supported commands: run, cli, generate-completion, version, help
  • Update the Jenkins core to 2.263.1 LTS (#443)

🐛 Bug Fixes

  • Ensure that the Jenkins shutdown logic is invoked by default (#440)
  • Remove commons-logging JAR and use slf4j as the rest of Jenkins (#440)

📝 Documentation updates

  • Discourage users from running the preview Standalone JAR due to extension loading issues (#446)
  • Simplify the quick start section, remove platform-dependent steps (#439)

👻 Maintenance

  • Deprecate the --cli CLI argument (#437)
  • Switch Jenkinsfile Runner CLI from args4j to picocli (#432)
  • Bump jenkins from 1.60 to 1.61 (#444)

All contributors: @dependabot, and @oleg-nenashev