sous-chefs / jenkins

Development repository for the jenkins cookbook
https://supermarket.chef.io/cookbooks/jenkins
Apache License 2.0
424 stars 635 forks source link

Invalid version string processing #676

Closed arothian closed 6 years ago

arothian commented 6 years ago

Cookbook version

5.0.6

Chef-client version

13.3.42

Platform Details

Ubuntu 14.04 - AWS

Scenario:

Install specific plugin version using jenkins_plugin resource.

Steps to Reproduce:

Install the following plugin via

jenkins_plugin 'apache-httpcomponents-client-4-api' do
  version '4.5.3-2.0'
end

Expected Result:

The apache-httpcomponents-client-4-api is installed at version 4.5.3-2.0

Actual Result:

The latest version ofapache-httpcomponents-client-4-api is installed instead.