Closed arothian closed 6 years ago
5.0.6
13.3.42
Ubuntu 14.04 - AWS
Install specific plugin version using jenkins_plugin resource.
jenkins_plugin
Install the following plugin via
jenkins_plugin 'apache-httpcomponents-client-4-api' do version '4.5.3-2.0' end
The apache-httpcomponents-client-4-api is installed at version 4.5.3-2.0
apache-httpcomponents-client-4-api
4.5.3-2.0
The latest version ofapache-httpcomponents-client-4-api is installed instead.
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
Expected Result:
The
apache-httpcomponents-client-4-api
is installed at version4.5.3-2.0
Actual Result:
The latest version of
apache-httpcomponents-client-4-api
is installed instead.