You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set ['jenkins']['master']['version'] to "2.4.1" and ['jenkins']['master']['install_method'] to "war"
Expected Result:
Jenkins 2.4.1 is installed
Actual Result:
A 404 network error is thrown due to the recipe trying access the war file from an incorrect url: WARN: remote_file[/home/jenkins/jenkins.war] cannot be downloaded from https://updates.jenkins.io/2.41/latest/jenkins.war: 404 "Not Found"
Cookbook version
5.0.0
Chef-client version
12.17
Platform Details
Ubuntu 16
Scenario:
Install a non-latest version of Jenkins
Steps to Reproduce:
Set ['jenkins']['master']['version'] to "2.4.1" and ['jenkins']['master']['install_method'] to "war"
Expected Result:
Jenkins 2.4.1 is installed
Actual Result:
A 404 network error is thrown due to the recipe trying access the war file from an incorrect url:
WARN: remote_file[/home/jenkins/jenkins.war] cannot be downloaded from https://updates.jenkins.io/2.41/latest/jenkins.war: 404 "Not Found"
Cause:
Commit 2776afc changed the mirror used for war retrieval from "http://mirrors.jenkins-ci.org" to "https://updates.jenkins.io". The url for the new mirror when downloading specific versions should be "https://updates.jenkins.io/download/war/VERSION/" rather than "https://updates.jenkins.io/VERSION/latest/"
The text was updated successfully, but these errors were encountered: