jenkinsci / next-executions-plugin

Adds a widget in the sidebar with the next build date for all the scheduled projects. It also creates a column definition
https://plugins.jenkins.io/next-executions/
MIT License
9 stars 25 forks source link

Next executions plugin

Adds a widget in the sidebar with the next build date for all the scheduled projects. It also creates a column definition.

Build Status Coverage LOC Jenkins Plugin GitHub release Jenkins Plugin Installs

Screenshots

A picture’s worth a thousand words.

Sidebar widget (main)

image

View Column

image

Configuration options

image

Parameterized Scheduler Plugin

Recent version of the plugin support integration with parameterized-scheduler-plugin.

Plugin need to be installed to display new widget and column.

Need to be enable via JCasC or under system configuration.

image

image

JcasC support

nextBuilds:
  dateFormat: 'dd/MM/yyyy HH:mm z'
  filterByView: false
  showPossibleWidget: false
  showParameterizedWidget: false

Build plugin

mvn clean install

Run test instance

mvn hpi:run -Dport=8080 -Dhost=0.0.0.0

Changelog

Releases are now published on GitHub releases

You can find bellow previous releases Changelog

Version 1.0.15 (2019-10-30)

Version 1.0.12 (2016-09-20)

Version 1.0.11 (2016-02-04)

Version 1.0.10 (2015-02-01)

Version 1.0.9 (2014-07-08)

Version 1.0.8 (2014-06-17)

Version 1.0.7 (2014-06-09)

Version 1.0.6 (2014-02-10)

Version 1.0.5 (2012-11-07)

Version 1.0.4 (2012-02-25)

Version 1.0.3 (2012-01-13)

Version 1.0.2 (2011-06-21)

Version 1.0.1 (2011-06-14)

Version 1.0.0 (2011-06-09)

Contributing

Refer to our contribution guidelines

LICENSE

Licensed under MIT, see LICENSE