pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/jenkins-lts Update to 2.46.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4ccb322c0fb
branches:  trunk
changeset: 362648:f4ccb322c0fb
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat May 20 23:54:19 2017 +0000

description:
Update to 2.46.2

* Do not extract .war file

Changelog:
 What's new in 2.46.2 (2017-04-26)
134 sunny0 cloudy5 stormCommunity reported issues: 1?JENKINS-42194 1?JENKINS-43666 1?JENKINS-41745

    Important security fixes. (security advisory)
    Non-Remoting-based CLI. (issue 41745, pull 2795, announcement blog post)
    Disable SSH server by default. (issue 33595)
    Computer#addAction would throw an UnsupportedOperationException since Jenkins 2.30. Such a call site was released in SSH Slaves Plugin 1.15 for SECURITY-161. (issue 42969, security advisory 
including SECURITY-161)
    Search results page did not correctly encode query parameters. (issue 42390)
    When validating a cron expression, consider the specified time zone. (issue 43228)
    Do not display a warning when an SCM trigger has no schedules (either to disable SCM post-commit hooks, or to enable them without polling). (issue 42194)
    Fix performance issue in deduplication of lists of tool installers. (issue 42141)

What's new in 2.46.1 (2017-03-29)
267 sunny8 cloudy1 stormCommunity reported issues: 2?JENKINS-43380 1?JENKINS-41892 1?JENKINS-43381
Changes since 2.46:

    Prevent file descriptor leaks when Windows Service installer fails to read data from the service startup log. (issue 42670)
    Update Remoting from 3.5 to 3.7 in order to prevent file descriptor leaks on agents in the case of multiple connection attempts. (full changelog)
    Exceptions during Jenkins cleanup step should not block restart. (issue 42164)
    Cryptic error message when loading JnlpSlaveAgentProtocol4. (issue 41987)
    Developer: Snapshot builds of plugins that had dependencies on other snapshot builds were not having their version numbers compared correctly. (issue 41899)
    Do not attempt to find the next occurrence of an impossible date such as June 31st in validation of trigger schedules. (issue 41864)
    Remoting 3.5: Stability improvements. (issue 41513, issue 41852)
    Remove invalid translations in Slovene (issue 41756)
    Remoting 3.5: Add option to specify the remoting protocol to use on the client. (issue 41730)
    Use of the remote API to create items in views (/view/?/createItem) didn't actually add items to views since Jenkins 2.22. (issue 41128)
    Remoting 3.5: Remoting clients now accept lowercase (HTTP 2) headers sent by reverse proxies. (issue 40710)
    Windows service restart did not retain build queue. (issue 32820)

Notable changes since 2.32.3:

    Update the SSHD module from 1.7 to 1.8. The change disables obsolete Ciphers: AES128CBC, TripleDESCBC, and BlowfishCBC.
    Enable the JNLP4 agent protocol by default. (issue 40886, upgrade notes)
    Allow defining agent ping interval and ping timeout in seconds. It can be done via the hudson.slaves.ChannelPinger.pingIntervalSeconds and hudson.slaves.ChannelPinger.pingTimeoutSeconds system 
properties. (issue 28245)
    Print stack traces in logical order, with the most important part on top. (pull 1485)
    Reduce size of Jenkins WAR file by not storing identical copies of remoting.jar/slave.jar there. (pull 2633)
    Do not print warnings about undefined parameters when hudson.model.ParametersAction.keepUndefinedParameters property is set to false. (pull 2687)
    Increase the JENKINS_HOME disk space threshold from 1Gb to 10Gb left. The warning will be shown only if more than 90% of the disk is utilized. (issue 40749)
    Delete obsolete pinning UI. (issue 34065)
    Use project-specific validation URL for SCM Trigger, so H is handled correctly in preview. (issue 26977)
    Failure to serialize a single Action could cause an entire REST export response to fail. Upgraded to Stapler 1.250 with a fix. (issue 40088)
    Add Usage Statistics section to the global configuration to make it easier to find. (issue 32938)
    Allow groovy CLI command via SSH CLI. (issue 41765)

What's new in 2.32.3 (2017-03-01)
311 sunny1 cloudy13 stormCommunity reported issues: 1?JENKINS-1 1?JENKINS-27413 1?JENKINS-37998 1?JENKINS-39232 1?JENKINS-3745 1?JENKINS-123456 1?JENKINS-1234 1?JENKINS-12345 1?JENKINS-1111 
1?JENKINS-1222 1?JENKINS-38834

    Display an informative message, rather than a Groovy exception, when View#getItems fails. (issue 41825)
    Don't try to set Agent Port when it is enforced, breaking form submission. (issue 41511)
    Don't add all group names as HTTP headers on "access denied" pages, possibly breaking reverse proxies due to very large headers. (issue 39402)
    Fix handling of the POST flag in ManagementLinks within the Manage Jenkins page. (issue 38175)
    IllegalStateException from Winstone when making certain requests with access logging enabled. (issue 37625)
    Do not fail to write a log file just because something deleted the parent directory. (issue 16634)

What's new in 2.32.2 (2017-02-01)
92 sunny1 cloudy2 stormCommunity reported issues: 1?JENKINS-41661 1?JENKINS-33358 1?JENKINS-1

    Important security fixes. (security advisory)
    Support displaying of warnings from the update site in the plugin manager and in administrative monitors. (issue 40494, announcement blog post)
    Correctly state that Jenkins will refuse to load plugins whose dependencies are not satisfied in plugin manager. (issue 40666)
    The install-plugin CLI command now correctly installs plugins when multiple file arguments are specified. (issue 32358)
    Prevent the ClassNotFoundException: javax.servlet.ServletException error when invoking shell tasks on remote agents. (issue 40863)
    Properties were not passed to Maven command by Maven build step when the Inject Build Variables flag was not set. (issue 39268)
    Job configuration submission now does not fail when there is no parameters property. (issue 39700, regression in 1.637)
    Update remoting to 3.4 in order to properly terminate the channel in the case Errors and Exceptions. (issue 39835)
    Check for Updates button in the Plugin Manager was hidden in the Updates tab when there was no plugins updates available. (issue 39971)
    SSHD Module: Handshake was failing (wrong shared secret) 1 out of 256 times due to SSHD-330. (issue 40362)
    Performance: Use bulk change when submitting Job configurations to minimize the number of sequential config.xml write operations. (issue 40435)
    Jobs were hanging during process termination on the Solaris 11 Intel platform, regression in 2.20. (issue 40470)
    Restore option value for setting build result to unstable when loading shell and batch build steps from disk. (issue 40894)
    Update to Winstone 3.2 to support ad-hoc certificate generation on Java 8 (using unsupported APIs). This option is deprecated and will be removed in a future release. We strongly recommend you 
create self-signed certificates yourself and use --httpsKeyStore and related options instead. (issue 25333)

What's new in 2.32.1 (2016-12-24)
45 sunny0 cloudy5 stormCommunity reported issues: 2?JENKINS-40470 1?JENKINS-40990
Changes since 2.32:

    Prevent early deallocation of process references by Garbage Collector when starting a remote process. It was sometimes causing build failures with messages like FATAL: Invalid object ID 184 
iuota=187 and java.lang.Exception: Object was recently deallocated. (issue 23271)
    Redirect to login page in the case of authorisation error when checking connectivity to the Update Center. (issue 39741)
    WinP 1.24: Native class now tries loading DLLs from the temporary location. (issue 20913)
    WinP 1.24: WinP sometimes kills wrong processes when using killRecursive(). It was likely impacting process termination on Windows agents and sometimes leading to BSoD. (issue 24453)

Notable changes since 2.19.4:

    Upgrade Remoting to version 3.1 with JNLP4-connect protocol. Compatibility notes are available here. Notably, it is no longer possible to use JDK 6 for the Maven project type, as communication 
with the Maven process uses Remoting, and it now requires Java 7. (issue 37564, issue 36871, issue 37565)
    Show notification with popup on most pages when administrative monitors are active. (issue 38391)
    Allow disabling/enabling administrative monitors on Configure Jenkins form. (issue 38301)
    Ask for confirmation before canceling/aborting runs. (issue 30565)
    Prompt user whether to add the job to the current view. (issue 19142)
    Allow CommandInterpreter build steps to set a build result as Unstable via the return code. Shell and Batch build steps now support this feature. (issue 23786)
    Internal: Upgrade Stapler library from 1.243 to 1.246 with fixes required for the Blue Ocean project. Changes are listed here. (pull 2593)

What's new in 2.19.4 (2016-11-23)
31 sunny0 cloudy1 stormCommunity reported issues: 1?JENKINS-38834

    Reduce logging level when the localization resource is missing ResourceBundleUtil#getBundle(). (issue 39604)
    Custom remoting enable/disable settings were not properly persisted on the disk and then reloaded. If the option has been configured in Jenkins starting from 2.16, a reconfiguration may be 
required. (issue 39465)
    Prevent NullPointerException when rendering CauseOfInterruption.UserInterruption in build summary pages for non-existent users. (issue 38721 and issue 37282, regression in 2.14)
    Display transient actions for labels. (issue 38651)
    Performance: Fix the performance of file compress/uncompress operations over the remoting channel. (issue 38640, issue 38814)
    Add user to restart log message for restart after plugin installation. (issue 38615)
    Remoting 2.62.2: Improve connection stability by turning on Socket Keep-alive by default. Keep-alive can be disabled via the -noKeepAlive option on slave agent process. (issue 38539)
    Remoting 2.62.2: Prevent NullPointerException in Engine#connect() when host or port parameters are null or empty. (issue 37539)
    Jenkins startup does not fail if one of ComputerListeners throws exception in the onOnline() handler. (issue 38487)
    Fix handling of the jenkins.model.Jenkins.slaveAgentPort system property, which was not honored. (issue 38187, regression in 2.0)
    Properly enable submit button on New Item page when choosing item type first. (issue 36539)
    Add missing internationalization support to ResourceBundleUtil. It fixes internationalization in Blue Ocean and Jenkins Design Language. (issue 35845)
    Properly handle quotes and other special symbols in item names during form validation. (issue 31871)
    Prevent deadlocks during modification of node executor numbers (e.g. during deletion of nodes). (issue 31768)
    Restore automatic line wrapping in Build Step text boxes with syntax highlighting. (issue 27367)
    Print warnings if none of Tool Installers can be used during the tool installation. (issue 26940)
    Node build history page was hammering the performance of the Jenkins instance by spawning parallel heavy requests. Now the information is being loaded sequentially. (issue 23244)
    Fix JS/browser memory leak on Jenkins dashboard. (issue 10912)

What's new in 2.19.3 (2016-11-16)
13 sunny0 cloudy0 storm
This is an out-of-schedule release addressing the zero day vulnerability published on November 11, 2016. It does not contain the usual LTS bug fixes, but only addresses the security vulnerability. 
There will be another LTS release in the 2.19.x line containing bug fixes as regularly scheduled.

    Important security fixes (security advisory)
    Allow disabling the Jenkins CLI over HTTP and JNLP agent port by setting the System property jenkins.CLI.disabled to true.

What's new in 2.19.2 (2016-11-01)
18 sunny0 cloudy0 storm

    Prevent instatination of jenkins.model.Jenkins on agents in the ProcessKillingVeto extension point. (issue 38534)
    Decrease connection timeout when changing the JNLP agent port via Groovy system scripts. (issue 38473)
    Fix NullPointerException when descriptor is not in DescriptorList. (issue 37997)
    Print warnings to system logs and administrative monitors when Jenkins initialization does not reach the final milestone. (issue 37874, diagnostics for issue-37759)
    Allow the use of custom JSON signature validator for Update Site metadata signature checks. (issue 36537)
    Failed to load jenkins.util.SystemProperties on slaves. (issue 35184)
    CLI: Connection over HTTP was not working correctly. (issue 34287, regression in 2.0)
    Use the correct 'gear' icon for Manage Jenkins in Plugin Manager. (issue 34250)
    Build history was not properly updating via AJAX. (issue 31487)
    CLI: Disable the channel message chunking by default. Prevents connection issues like java.io.StreamCorruptedException: invalid stream header: 0A0A0A0A. (issue 23232)
    Exclude /cli URL from CSRF protection crumb requirement, making the CLI work with CSRF protection enabled and JNLP port disabled. (issue 18114)

diffstat:

 devel/jenkins-lts/Makefile |     4 +-
 devel/jenkins-lts/PLIST    |  1203 +-------------------------------------------
 devel/jenkins-lts/distinfo |    10 +-
 3 files changed, 8 insertions(+), 1209 deletions(-)

diffs (truncated from 1236 to 300 lines):

diff -r 4bc444098e16 -r f4ccb322c0fb devel/jenkins-lts/Makefile
--- a/devel/jenkins-lts/Makefile        Sat May 20 23:52:55 2017 +0000
+++ b/devel/jenkins-lts/Makefile        Sat May 20 23:54:19 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2016/10/13 09:37:50 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2017/05/20 23:54:19 ryoon Exp $
 #
 
-J_VERSION=     2.19.1
+J_VERSION=     2.46.2
 
 MASTER_SITES=  http://mirrors.jenkins-ci.org/war-stable/${J_VERSION}/
 
diff -r 4bc444098e16 -r f4ccb322c0fb devel/jenkins-lts/PLIST
--- a/devel/jenkins-lts/PLIST   Sat May 20 23:52:55 2017 +0000
+++ b/devel/jenkins-lts/PLIST   Sat May 20 23:54:19 2017 +0000
@@ -1,1203 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2016/10/13 09:37:50 fhajny Exp $
-share/jenkins/ColorFormatter.class
-share/jenkins/JNLPMain.class
-share/jenkins/LogFileOutputStream$1.class
-share/jenkins/LogFileOutputStream$2.class
-share/jenkins/LogFileOutputStream.class
-share/jenkins/META-INF/JENKINS.RSA
-share/jenkins/META-INF/JENKINS.SF
-share/jenkins/META-INF/MANIFEST.MF
-share/jenkins/META-INF/maven/org.jenkins-ci.main/jenkins-war/pom.properties
-share/jenkins/META-INF/maven/org.jenkins-ci.main/jenkins-war/pom.xml
-share/jenkins/Main$FileAndDescription.class
-share/jenkins/Main.class
-share/jenkins/MainDialog$1$1.class
-share/jenkins/MainDialog$1.class
-share/jenkins/MainDialog.class
-share/jenkins/WEB-INF/classes/META-INF/licenses.html
-share/jenkins/WEB-INF/classes/META-INF/licenses.xml
-share/jenkins/WEB-INF/classes/dependencies.txt
-share/jenkins/WEB-INF/detached-plugins/ant.hpi
-share/jenkins/WEB-INF/detached-plugins/antisamy-markup-formatter.hpi
-share/jenkins/WEB-INF/detached-plugins/bouncycastle-api.hpi
-share/jenkins/WEB-INF/detached-plugins/credentials.hpi
-share/jenkins/WEB-INF/detached-plugins/cvs.hpi
-share/jenkins/WEB-INF/detached-plugins/external-monitor-job.hpi
-share/jenkins/WEB-INF/detached-plugins/javadoc.hpi
-share/jenkins/WEB-INF/detached-plugins/junit.hpi
-share/jenkins/WEB-INF/detached-plugins/ldap.hpi
-share/jenkins/WEB-INF/detached-plugins/mailer.hpi
-share/jenkins/WEB-INF/detached-plugins/matrix-auth.hpi
-share/jenkins/WEB-INF/detached-plugins/matrix-project.hpi
-share/jenkins/WEB-INF/detached-plugins/maven-plugin.hpi
-share/jenkins/WEB-INF/detached-plugins/pam-auth.hpi
-share/jenkins/WEB-INF/detached-plugins/script-security.hpi
-share/jenkins/WEB-INF/detached-plugins/ssh-credentials.hpi
-share/jenkins/WEB-INF/detached-plugins/ssh-slaves.hpi
-share/jenkins/WEB-INF/detached-plugins/subversion.hpi
-share/jenkins/WEB-INF/detached-plugins/translation.hpi
-share/jenkins/WEB-INF/detached-plugins/windows-slaves.hpi
-share/jenkins/WEB-INF/hudson
-share/jenkins/WEB-INF/ibm-web-bnd.xmi
-share/jenkins/WEB-INF/jboss-web.xml
-share/jenkins/WEB-INF/jenkins-cli.jar
-share/jenkins/WEB-INF/jonas-web.xml
-share/jenkins/WEB-INF/lib/access-modifier-annotation-1.4.jar
-share/jenkins/WEB-INF/lib/acegi-security-1.0.7.jar
-share/jenkins/WEB-INF/lib/activation-1.1.1-hudson-1.jar
-share/jenkins/WEB-INF/lib/akuma-1.10.jar
-share/jenkins/WEB-INF/lib/annotation-indexer-1.11.jar
-share/jenkins/WEB-INF/lib/annotations-3.0.1.jar
-share/jenkins/WEB-INF/lib/ant-1.8.4.jar
-share/jenkins/WEB-INF/lib/ant-launcher-1.8.4.jar
-share/jenkins/WEB-INF/lib/antlr-2.7.6.jar
-share/jenkins/WEB-INF/lib/aopalliance-1.0.jar
-share/jenkins/WEB-INF/lib/args4j-2.0.31.jar
-share/jenkins/WEB-INF/lib/asm-4.0.jar
-share/jenkins/WEB-INF/lib/asm-analysis-4.0.jar
-share/jenkins/WEB-INF/lib/asm-commons-4.0.jar
-share/jenkins/WEB-INF/lib/asm-tree-4.0.jar
-share/jenkins/WEB-INF/lib/asm-util-4.0.jar
-share/jenkins/WEB-INF/lib/asm5-5.0.1.jar
-share/jenkins/WEB-INF/lib/bootstrap-1.3.2-core-assets.jar
-share/jenkins/WEB-INF/lib/bridge-method-annotation-1.13.jar
-share/jenkins/WEB-INF/lib/bytecode-compatibility-transformer-1.8.jar
-share/jenkins/WEB-INF/lib/cli-${PKGVERSION}.jar
-share/jenkins/WEB-INF/lib/commons-beanutils-1.8.3.jar
-share/jenkins/WEB-INF/lib/commons-codec-1.8.jar
-share/jenkins/WEB-INF/lib/commons-collections-3.2.1.jar
-share/jenkins/WEB-INF/lib/commons-compress-1.10.jar
-share/jenkins/WEB-INF/lib/commons-digester-2.1.jar
-share/jenkins/WEB-INF/lib/commons-discovery-0.4.jar
-share/jenkins/WEB-INF/lib/commons-fileupload-1.3.1-jenkins-1.jar
-share/jenkins/WEB-INF/lib/commons-httpclient-3.1.jar
-share/jenkins/WEB-INF/lib/commons-io-2.4.jar
-share/jenkins/WEB-INF/lib/commons-jelly-1.1-jenkins-20120928.jar
-share/jenkins/WEB-INF/lib/commons-jelly-tags-define-1.0.1-hudson-20071021.jar
-share/jenkins/WEB-INF/lib/commons-jelly-tags-fmt-1.0.jar
-share/jenkins/WEB-INF/lib/commons-jelly-tags-xml-1.1.jar
-share/jenkins/WEB-INF/lib/commons-jexl-1.1-jenkins-20111212.jar
-share/jenkins/WEB-INF/lib/commons-lang-2.6.jar
-share/jenkins/WEB-INF/lib/constant-pool-scanner-1.2.jar
-share/jenkins/WEB-INF/lib/crypto-util-1.1.jar
-share/jenkins/WEB-INF/lib/dom4j-1.6.1-jenkins-4.jar
-share/jenkins/WEB-INF/lib/embedded_su4j-1.1.jar
-share/jenkins/WEB-INF/lib/ezmorph-1.0.6.jar
-share/jenkins/WEB-INF/lib/groovy-all-2.4.7.jar
-share/jenkins/WEB-INF/lib/guava-11.0.1.jar
-share/jenkins/WEB-INF/lib/guice-4.0-beta.jar
-share/jenkins/WEB-INF/lib/handlebars-1.1.1-core-assets.jar
-share/jenkins/WEB-INF/lib/icon-set-1.0.5.jar
-share/jenkins/WEB-INF/lib/instance-identity-2.1.jar
-share/jenkins/WEB-INF/lib/j-interop-2.0.6-kohsuke-1.jar
-share/jenkins/WEB-INF/lib/j-interopdeps-2.0.6-kohsuke-1.jar
-share/jenkins/WEB-INF/lib/jansi-1.11.jar
-share/jenkins/WEB-INF/lib/javax.annotation-api-1.2.jar
-share/jenkins/WEB-INF/lib/javax.inject-1.jar
-share/jenkins/WEB-INF/lib/jaxen-1.1-beta-11.jar
-share/jenkins/WEB-INF/lib/jbcrypt-0.3m.jar
-share/jenkins/WEB-INF/lib/jcifs-1.3.17-kohsuke-1.jar
-share/jenkins/WEB-INF/lib/jcip-annotations-1.0.jar
-share/jenkins/WEB-INF/lib/jcl-over-slf4j-1.7.7.jar
-share/jenkins/WEB-INF/lib/jcommon-1.0.12.jar
-share/jenkins/WEB-INF/lib/jenkins-core-${PKGVERSION}.jar
-share/jenkins/WEB-INF/lib/jffi-1.2.7-native.jar
-share/jenkins/WEB-INF/lib/jffi-1.2.7.jar
-share/jenkins/WEB-INF/lib/jfreechart-1.0.9.jar
-share/jenkins/WEB-INF/lib/jline-2.12.jar
-share/jenkins/WEB-INF/lib/jmdns-3.4.0-jenkins-3.jar
-share/jenkins/WEB-INF/lib/jna-4.2.1.jar
-share/jenkins/WEB-INF/lib/jna-posix-1.0.3-jenkins-1.jar
-share/jenkins/WEB-INF/lib/jnr-constants-0.8.5.jar
-share/jenkins/WEB-INF/lib/jnr-ffi-1.0.7.jar
-share/jenkins/WEB-INF/lib/jnr-posix-3.0.1.jar
-share/jenkins/WEB-INF/lib/jnr-x86asm-1.0.2.jar
-share/jenkins/WEB-INF/lib/jquery-detached-1.2.1-core-assets.jar
-share/jenkins/WEB-INF/lib/jquery-detached-1.2.jar
-share/jenkins/WEB-INF/lib/json-lib-2.4-jenkins-2.jar
-share/jenkins/WEB-INF/lib/jsr305-1.3.9.jar
-share/jenkins/WEB-INF/lib/jstl-1.1.0.jar
-share/jenkins/WEB-INF/lib/jtidy-4aug2000r7-dev-hudson-1.jar
-share/jenkins/WEB-INF/lib/jzlib-1.1.3-kohsuke-1.jar
-share/jenkins/WEB-INF/lib/launchd-slave-installer-1.2.jar
-share/jenkins/WEB-INF/lib/libpam4j-1.8.jar
-share/jenkins/WEB-INF/lib/libzfs-0.5.jar
-share/jenkins/WEB-INF/lib/localizer-1.23.jar
-share/jenkins/WEB-INF/lib/log4j-over-slf4j-1.7.7.jar
-share/jenkins/WEB-INF/lib/mail-1.4.4.jar
-share/jenkins/WEB-INF/lib/memory-monitor-1.9.jar
-share/jenkins/WEB-INF/lib/mina-core-2.0.5.jar
-share/jenkins/WEB-INF/lib/oro-2.0.8.jar
-share/jenkins/WEB-INF/lib/relaxngDatatype-20020414.jar
-share/jenkins/WEB-INF/lib/remoting-2.62.jar
-share/jenkins/WEB-INF/lib/robust-http-client-1.2.jar
-share/jenkins/WEB-INF/lib/self-signed-cert-generator-1.0.0.jar
-share/jenkins/WEB-INF/lib/sezpoz-1.11.jar
-share/jenkins/WEB-INF/lib/slave-installer-1.5.jar
-share/jenkins/WEB-INF/lib/slf4j-api-1.7.7.jar
-share/jenkins/WEB-INF/lib/slf4j-jdk14-1.7.7.jar
-share/jenkins/WEB-INF/lib/spring-aop-2.5.6.SEC03.jar
-share/jenkins/WEB-INF/lib/spring-beans-2.5.6.SEC03.jar
-share/jenkins/WEB-INF/lib/spring-context-2.5.6.SEC03.jar
-share/jenkins/WEB-INF/lib/spring-context-support-2.5.6.SEC03.jar
-share/jenkins/WEB-INF/lib/spring-core-2.5.6.SEC03.jar
-share/jenkins/WEB-INF/lib/spring-dao-1.2.9.jar
-share/jenkins/WEB-INF/lib/spring-jdbc-1.2.9.jar
-share/jenkins/WEB-INF/lib/spring-web-2.5.6.SEC03.jar
-share/jenkins/WEB-INF/lib/spring-webmvc-2.5.6.SEC03.jar
-share/jenkins/WEB-INF/lib/ssh-cli-auth-1.2.jar
-share/jenkins/WEB-INF/lib/sshd-1.6.jar
-share/jenkins/WEB-INF/lib/sshd-core-0.8.0.jar
-share/jenkins/WEB-INF/lib/stapler-1.243.jar
-share/jenkins/WEB-INF/lib/stapler-adjunct-codemirror-1.3.jar
-share/jenkins/WEB-INF/lib/stapler-adjunct-timeline-1.4.jar
-share/jenkins/WEB-INF/lib/stapler-adjunct-zeroclipboard-1.3.5-1.jar
-share/jenkins/WEB-INF/lib/stapler-groovy-1.243.jar
-share/jenkins/WEB-INF/lib/stapler-jelly-1.243.jar
-share/jenkins/WEB-INF/lib/stapler-jrebel-1.243.jar
-share/jenkins/WEB-INF/lib/stax-api-1.0-2.jar
-share/jenkins/WEB-INF/lib/stax-api-1.0.1.jar
-share/jenkins/WEB-INF/lib/symbol-annotation-1.1.jar
-share/jenkins/WEB-INF/lib/systemd-slave-installer-1.1.jar
-share/jenkins/WEB-INF/lib/task-reactor-1.4.jar
-share/jenkins/WEB-INF/lib/tiger-types-2.2.jar
-share/jenkins/WEB-INF/lib/trilead-putty-extension-1.2.jar
-share/jenkins/WEB-INF/lib/trilead-ssh2-build217-jenkins-8.jar
-share/jenkins/WEB-INF/lib/txw2-20110809.jar
-share/jenkins/WEB-INF/lib/upstart-slave-installer-1.1.jar
-share/jenkins/WEB-INF/lib/version-number-1.1.jar
-share/jenkins/WEB-INF/lib/windows-package-checker-1.2.jar
-share/jenkins/WEB-INF/lib/windows-slave-installer-1.6.jar
-share/jenkins/WEB-INF/lib/winp-1.22.jar
-share/jenkins/WEB-INF/lib/wstx-asl-3.2.9.jar
-share/jenkins/WEB-INF/lib/xpp3-1.1.4c.jar
-share/jenkins/WEB-INF/lib/xstream-1.4.7-jenkins-1.jar
-share/jenkins/WEB-INF/remoting.jar
-share/jenkins/WEB-INF/security/AbstractPasswordBasedSecurityRealm.groovy
-share/jenkins/WEB-INF/security/SecurityFilters.groovy
-share/jenkins/WEB-INF/slave.jar
-share/jenkins/WEB-INF/sun-web.xml
-share/jenkins/WEB-INF/update-center-rootCAs/hudson-community
-share/jenkins/WEB-INF/update-center-rootCAs/hudson-community.txt
-share/jenkins/WEB-INF/update-center-rootCAs/jenkins-update-center-root-ca
-share/jenkins/WEB-INF/update-center-rootCAs/jenkins-update-center-root-ca.txt
-share/jenkins/WEB-INF/web.xml
-share/jenkins/css/color.css
-share/jenkins/css/font-awesome/css/LICENSE.txt
-share/jenkins/css/font-awesome/css/font-awesome.css
-share/jenkins/css/font-awesome/css/font-awesome.min.css
-share/jenkins/css/font-awesome/fonts/FontAwesome.otf
-share/jenkins/css/font-awesome/fonts/LICENSE.txt
-share/jenkins/css/font-awesome/fonts/fontawesome-webfont.eot
-share/jenkins/css/font-awesome/fonts/fontawesome-webfont.svg
-share/jenkins/css/font-awesome/fonts/fontawesome-webfont.ttf
-share/jenkins/css/font-awesome/fonts/fontawesome-webfont.woff
-share/jenkins/css/font-awesome/fonts/fontawesome-webfont.woff2
-share/jenkins/css/google-fonts/roboto/LICENSE.txt
-share/jenkins/css/google-fonts/roboto/css/roboto.css
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.eot
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.svg
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.ttf
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.woff
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.woff2
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.eot
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.svg
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.ttf
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.woff
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.woff2
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.eot
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.svg
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.ttf
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.woff
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.woff2
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.eot
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.svg
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.ttf
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.woff
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.woff2
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.eot
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.svg
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.ttf
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.woff
-share/jenkins/css/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.woff2
-share/jenkins/css/icomoon/css/icomoon.css
-share/jenkins/css/icomoon/fonts/icomoon.eot
-share/jenkins/css/icomoon/fonts/icomoon.svg
-share/jenkins/css/icomoon/fonts/icomoon.ttf
-share/jenkins/css/icomoon/fonts/icomoon.woff
-share/jenkins/css/layout-common.css
-share/jenkins/css/responsive-grid.css
-share/jenkins/css/style.css
-share/jenkins/dc-license.txt
-share/jenkins/executable/Executable.class
-share/jenkins/favicon.ico
-share/jenkins/help/LogRecorder/logger.html
-share/jenkins/help/LogRecorder/logger_de.html
-share/jenkins/help/LogRecorder/logger_fr.html
-share/jenkins/help/LogRecorder/logger_ja.html
-share/jenkins/help/LogRecorder/logger_zh_TW.html
-share/jenkins/help/LogRecorder/name.html
-share/jenkins/help/LogRecorder/name_de.html
-share/jenkins/help/LogRecorder/name_fr.html
-share/jenkins/help/LogRecorder/name_ja.html
-share/jenkins/help/LogRecorder/name_zh_TW.html
-share/jenkins/help/parameter/boolean-default.html
-share/jenkins/help/parameter/boolean-default_de.html
-share/jenkins/help/parameter/boolean-default_fr.html
-share/jenkins/help/parameter/boolean-default_ja.html
-share/jenkins/help/parameter/boolean-default_zh_TW.html
-share/jenkins/help/parameter/boolean.html
-share/jenkins/help/parameter/boolean_de.html
-share/jenkins/help/parameter/boolean_fr.html
-share/jenkins/help/parameter/boolean_ja.html
-share/jenkins/help/parameter/boolean_zh_TW.html
-share/jenkins/help/parameter/choice-choices.html
-share/jenkins/help/parameter/choice-choices_de.html
-share/jenkins/help/parameter/choice-choices_fr.html
-share/jenkins/help/parameter/choice-choices_ja.html
-share/jenkins/help/parameter/choice-choices_zh_TW.html
-share/jenkins/help/parameter/choice.html
-share/jenkins/help/parameter/choice_de.html
-share/jenkins/help/parameter/choice_fr.html
-share/jenkins/help/parameter/choice_ja.html
-share/jenkins/help/parameter/choice_zh_TW.html
-share/jenkins/help/parameter/description.html
-share/jenkins/help/parameter/description_de.html
-share/jenkins/help/parameter/description_fr.html
-share/jenkins/help/parameter/description_ja.html
-share/jenkins/help/parameter/description_zh_TW.html
-share/jenkins/help/parameter/file-name.html
-share/jenkins/help/parameter/file-name_de.html
-share/jenkins/help/parameter/file-name_fr.html
-share/jenkins/help/parameter/file-name_ja.html
-share/jenkins/help/parameter/file-name_zh_TW.html
-share/jenkins/help/parameter/file.html
-share/jenkins/help/parameter/file_de.html
-share/jenkins/help/parameter/file_fr.html
-share/jenkins/help/parameter/file_ja.html
-share/jenkins/help/parameter/file_zh_TW.html
-share/jenkins/help/parameter/name.html
-share/jenkins/help/parameter/name_de.html
-share/jenkins/help/parameter/name_fr.html
-share/jenkins/help/parameter/name_ja.html
-share/jenkins/help/parameter/name_zh_TW.html



Home | Main Index | Thread Index | Old Index