Adds a widget in the sidebar with the next build date for all the scheduled projects. It also creates a column definition.
A picture’s worth a thousand words.
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.
nextBuilds:
  dateFormat: 'dd/MM/yyyy HH:mm z'
  filterByView: false
  showPossibleWidget: false
  showParameterizedWidget: false
mvn clean install
mvn hpi:run -Dport=8080 -Dhost=0.0.0.0
Releases are now published on GitHub releases
You can find bellow previous releases Changelog
-  Some failed versions (unable to release them) between this one and 1.0.12 
-  Build on ci.jenkins.io 
-  Migrated documentation from wiki to github 
-  Updated versions (core, parent, jdk) 
-  Fixed some spotbugs 
-  JENKINS-35476: Show pipeline/workflow jobs 
-  JENKINS-30840: added column type for possible next executions. 
-  JENKINS-36210: expose widget data through API 
-  Fixes JENKINS-32652. 
-  Updated german translation 
-  Show items in the queue (only if they’re gonna be there for more than a minute). See, for example, Schedule Build Plugin). 
-  Fixed widget’s different display modes in latest Jenkins versions. 
-  JENKINS-16339 Jobname truncated in next-executions. Added 3 display modes to show the job name in the widget. -  Truncate: truncate job name if too long. 
-  Fixed width: job name wraps to next line 
-  Jenkins: same as other regular Jenkins' widgets; widget expands horizontally to show the job name. 
 
-  
- JENKINS-23391 Widget don’t collapse when "-" button is clicked.
-  Added German translation (thanks to phoenix384). 
-  JENKINS-23162 Added an optional widget to show the next polling for the SCM trigger. To enable it, go to the global configuration page. 
-  Added French translation (thanks to damienfinck). 
-  JENKINS-21267 Added tooltip to show remaining time until next execution. 
-  Fixed JENKINS-12676 (thanks to OHTAKE Tomohiro for the patch). 
-  Added a global configuration option to enable/disable filtering by view in sidebar’s widget. 
-  Added a Computer’s widget. It shows the jobs tied to a computer. 
- Added a global configuration option to set the date format.
- Added ja localization (Thanks to Tadanori Nakagawa).
-  Added column definition for the views. 
-  Shows only projects associated with the view. 
-  Disabled projects should not be shown. 
-  Added tooltip to project name. 
-  Links to projects 
-  Changed date format to fit same width. 
-  Shorter project name on widget 
- Initial Release.
Refer to our contribution guidelines
Licensed under MIT, see LICENSE




