diff --git a/jenkins/jenkins.nuspec b/jenkins/jenkins.nuspec index d85a7e2..c890ff5 100644 --- a/jenkins/jenkins.nuspec +++ b/jenkins/jenkins.nuspec @@ -3,7 +3,7 @@ jenkins Jenkins CI - 1.641.0.0 + 1.642.0.0 The Jenkins Team Curtis Badke Jenkins is an application that monitors executions of repeated jobs, such as building a software project or jobs run by cron. diff --git a/jenkins/tools/chocolateyInstall.ps1 b/jenkins/tools/chocolateyInstall.ps1 index 358560d..c048e28 100644 --- a/jenkins/tools/chocolateyInstall.ps1 +++ b/jenkins/tools/chocolateyInstall.ps1 @@ -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"