Release 0.29
-
ENHANCEMENT
Analysis of projects with cmake nature now recognizesfind_library
andfind_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)
Thegenerate
command uses a better default pattern for deleting previously generated jobs if thedelete-other
commandline option is supplied, butdelete-other-pattern
is not supplied. The new default value corresponds to the regular expression(DISTRIBUTION-NAME₁|DISTRIBUTION_NAME₂|…)$
whereDISTRIBUTION-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.