Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 09:14:22 GMT
From:      Volodymyr Kostyrko <c.kworr@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174506: devel/jenkins - Update to 1.494
Message-ID:  <201212170914.qBH9EMH7088914@red.freebsd.org>
Resent-Message-ID: <201212170920.qBH9K0GY017770@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174506
>Category:       ports
>Synopsis:       devel/jenkins - Update to 1.494
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 17 09:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Volodymyr Kostyrko
>Release:        RELENG_9
>Organization:
none
>Environment:
FreeBSD ar1l0u 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #2 r244180M: Thu Dec 13 12:12:21 EET 2012     arcade@ar1l0u:/usr/obj/usr/src/sys/MINIMAL  amd64
>Description:
Version 1.494 available:

 * Using file parameters could cause build records to not load. (issue 13536)
 * Possible race condition in RemoteClassLoader renders slave unusable. (issue 6604)
 * If the CLI client is aborted during "build -s", abort the build.
 * WARNING: Caught exception evaluating: descriptor.getHelpFile(attrs.field). Reason: java.lang.NullPointerException. (issue 15940)
 * Allows to disable triggering of downstream jobs (for a maven job) (issue 1295)
 * E-mail delivery feature was split off to a separate plugin for better modularity. (pull 629)
 * Context menu and tooltip of the queue items were colliding with each other
 * Fix combobox ui component (issue 16069) 

Version 1.493 changes:
 * Slave's Name should be trimmed of spaces at the beginning and end of the Name on Save. (issue 15836)
 * Added new switch to ignore post-commit hooks in SCM polling triggers. This requires that the SCM plugin supports this feature, too! (issue 6846)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 309069)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jenkins
-PORTVERSION=	1.492
+PORTVERSION=	1.494
 CATEGORIES=	devel java
 MASTER_SITES=	http://mirrors.jenkins-ci.org/war/${PORTVERSION}/
 DISTNAME=	jenkins
Index: distinfo
===================================================================
--- distinfo	(revision 309069)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (jenkins/1.492/jenkins.war) = f42ff9062fd13f860396aaa19714efd195d245e39d770764e191fa3cc7a7c07b
-SIZE (jenkins/1.492/jenkins.war) = 48506857
+SHA256 (jenkins/1.494/jenkins.war) = 89ffb4e0d843b5494c1708f3fa3847fff390e503771386faead3a70198d718d6
+SIZE (jenkins/1.494/jenkins.war) = 48627163


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212170914.qBH9EMH7088914>