Skip to content

Commit

Permalink
Use a up-to-date swarm client URL
Browse files Browse the repository at this point in the history
maven.jenkins-ci.org has been deprecated and redirecting to repo.jenkins-ci.org for *years*
  • Loading branch information
R. Tyler Croy committed Aug 16, 2016
1 parent bafe750 commit cb45864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/slave.pp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

$client_jar = "swarm-client-${version}-jar-with-dependencies.jar"
$client_url = $source ? {
undef => "http://maven.jenkins-ci.org/content/repositories/releases/org/jenkins-ci/plugins/swarm-client/${version}/",
undef => "https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/swarm-client/${version}/",
default => $source,
}
$quoted_ui_user = shellquote($ui_user)
Expand Down

0 comments on commit cb45864

Please # to comment.