Skip to content

Commit

Permalink
Updated Jenkins package to version 1.642
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Badke committed Dec 15, 2015
1 parent c0ec874 commit 8f9f815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/jenkins.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>jenkins</id>
<title>Jenkins CI</title>
<version>1.641.0.0</version>
<version>1.642.0.0</version>
<authors>The Jenkins Team</authors>
<owners>Curtis Badke</owners>
<summary>Jenkins is an application that monitors executions of repeated jobs, such as building a software project or jobs run by cron.</summary>
Expand Down
2 changes: 1 addition & 1 deletion jenkins/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@ $packageName = "jenkins"
# the $version variable below is automatically set by our update script
# we hardcode the version in this script, so that users can install specific
# versions from Chocolatey.org
$version = "1.641"
$version = "1.642"
$zipFile = "jenkins-$version.zip"
$msiFile = "jenkins.msi"
$url = "http://mirrors.jenkins-ci.org/windows/$zipFile"
Expand Down

0 comments on commit 8f9f815

Please sign in to comment.