Skip to content

Release 0.29

Compare
Choose a tag to compare
@scymtym scymtym released this 27 May 07:33
· 183 commits to master since this release
  • ENHANCEMENT
    Analysis of projects with cmake nature now recognizes find_library and find_program calls and turns them into the following feature requirements:

    find_library(OUTPUT_VAR NAME …) → nature: library
                                      target: NAME
    find_program(OUTPUT_VAR NAME …) → nature: program
                                      target: NAME
    
  • ENHANCEMENT (#23)
    The generate command uses a better default pattern for deleting previously generated jobs if the delete-other commandline option is supplied, but delete-other-pattern is not supplied. The new default value corresponds to the regular expression (DISTRIBUTION-NAME₁|DISTRIBUTION_NAME₂|…)$ where DISTRIBUTION-NAMEₖ are the names of the distributions for which jobs are being generated.

  • ENHANCEMENT (#24)
    The console timestamper plugin for Jenkins is now supported.

  • ENHANCEMENT (#25)
    The console ANSI color plugin for Jenkins is now supported.