From 8f9f815bcfee581c4de74ba2ff0b0d0e66626b6f Mon Sep 17 00:00:00 2001 From: Curtis Badke Date: Tue, 15 Dec 2015 10:00:05 -0700 Subject: [PATCH] Updated Jenkins package to version 1.642 --- jenkins/jenkins.nuspec | 2 +- jenkins/tools/chocolateyInstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"