Skip to content

Release 0.34

Compare
Choose a tag to compare
@scymtym scymtym released this 31 May 11:13
· 5 commits to master since this release
  • ENHANCEMENT (#53)
    The parameters aspect now supports the parameter kind "password". However, a default value cannot be specified for parameters of this kind.

  • ENHANCEMENT (#50)
    When a variant of the --on-error commandline option is supplied, errors during the analysis of a git repository (for example due to the repository being private) should no longer prevent the generation of a basic SCM configuration for the corresponding job.

  • BUGFIX (#49)
    The install-jenkins command is now more careful about downloading plugin versions that are compatible with the downloaded Jenkins core.
    The command also tries to prevent newer Jenkins versions from entering the setup wizard when started for the first time.

  • BUGFIX (#54, #55)
    Configurations involving the warnings-ng plugin should no longer break with every update of the plugin (Thanks to Robert Haschke).

  • BUGFIX
    The variables scm.username and scm.password are handled correctly.