Thu Oct 13 09:37:50 2016 UTC ()
Import Jenkins 2.19.1 (LTS) as devel/jenkins-lts.

Changes since 2.7.4 (last LTS update made under devel/jenkins):

Changes from 2.19:
- Fixed the missing icon in the System Script console.
- Fixed background color in the ComboBoxList element in order to
  make options visible.
- Fixed editing default view description with automatic refresh.
  System message is not being displayed instead of the view
  description.
- Do not process null CRON specifications in build triggers.
- Setup wizard now checks if the restart is supported on the
  system before displaying the restart button.
- Test Windows junctions before Java 7 symlink in symbolic link
  checks.

Notable changes since 2.7.4:
- Fix plugin dependency resolution. Jenkins will now refuse to
  load plugins with unsatisfied dependencies, which resulted in
  difficult to diagnose problems. This may result in errors on
  startup if your instance has an invalid plugin configuration.,
  check the Jenkins log for details.
- Don't load all builds to display the paginated build history
  widget.
- Tell browsers not to cache or try to autocomplete forms in
  Jenkins to prevent problems due to invalid data in form
  submissions. From now on, only select form fields (e.g. job name)
  will offer autocompletion.
- Add diagnostic HTTP response to TCP agent listener.
- Allow admins to control the enabled agent protocols on their
  instance from the global security settings screen.
- Prevent NullPointerException on startup after update from
  Jenkins 2.5.
- Always send usage statistics over HTTPs to the new
  usage.jenkins.io hostname.
- Do not inject build variables into Maven process by default for
  new projects.
- IllegalStateException under certain conditions when reloading
  configuration from disk while jobs are in the queue.
- Underprivileged users were unable to use the default value of a
  password parameter.


(fhajny)
diff -r1.1 -r1.2 pkgsrc/devel/jenkins/Makefile.common
diff -r0 -r1.1 pkgsrc/devel/jenkins-lts/DESCR
diff -r0 -r1.1 pkgsrc/devel/jenkins-lts/Makefile
diff -r0 -r1.1 pkgsrc/devel/jenkins-lts/PLIST
diff -r0 -r1.1 pkgsrc/devel/jenkins-lts/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/jenkins/Makefile.common (expand / switch to unified diff)

--- pkgsrc/devel/jenkins/Makefile.common 2016/10/13 09:35:11 1.1
+++ pkgsrc/devel/jenkins/Makefile.common 2016/10/13 09:37:50 1.2
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1# $NetBSD: Makefile.common,v 1.1 2016/10/13 09:35:11 fhajny Exp $ 1# $NetBSD: Makefile.common,v 1.2 2016/10/13 09:37:50 fhajny Exp $
2# 2#
 3# used by devel/jenkins-lts/Makefile
3# used by devel/jenkins/Makefile 4# used by devel/jenkins/Makefile
4 5
5DISTNAME= jenkins 6DISTNAME= jenkins
6PKGNAME= jenkins-${J_VERSION} 7PKGNAME= jenkins-${J_VERSION}
7CATEGORIES= devel 8CATEGORIES= devel
8EXTRACT_SUFX= .war 9EXTRACT_SUFX= .war
9 10
10HOMEPAGE= http://jenkins-ci.org/ 11HOMEPAGE= http://jenkins-ci.org/
11LICENSE= mit 12LICENSE= mit
12 13
13DIST_SUBDIR= ${PKGNAME_NOREV} 14DIST_SUBDIR= ${PKGNAME_NOREV}
14 15
15WRKSRC= ${WRKDIR} 16WRKSRC= ${WRKDIR}

File Added: pkgsrc/devel/jenkins-lts/DESCR
Jenkins is an award-winning application that monitors executions
of repeated jobs, such as building a software project or jobs run
by cron. Among those things, current Jenkins focuses on the following
two jobs:

1. Building/testing software projects continuously, just like
CruiseControl or DamageControl. In a nutshell, Jenkins provides an
easy-to-use so-called continuous integration system, making it
easier for developers to integrate changes to the project, and
making it easier for users to obtain a fresh build. The automated,
continuous build increases the productivity.

2. Monitoring executions of externally-run jobs, such as cron jobs
and procmail jobs, even those that are run on a remote machine.
For example, with cron, all you receive is regular e-mails that
capture the output, and it is up to you to look at them diligently
and notice when it broke. Jenkins keeps those outputs and makes it
easy for you to notice when something is wrong.

This is Long-Term Support Release.

File Added: pkgsrc/devel/jenkins-lts/Makefile
# $NetBSD: Makefile,v 1.1 2016/10/13 09:37:50 fhajny Exp $
#

J_VERSION=	2.19.1

MASTER_SITES=	http://mirrors.jenkins-ci.org/war-stable/${J_VERSION}/

MAINTAINER=	ryoon@NetBSD.org
COMMENT=	Open source continuous integration server (LTS release)

.include "../../devel/jenkins/Makefile.common"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/jenkins-lts/PLIST
@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
share/jenkins/help/parameter/run-filter.html
share/jenkins/help/parameter/run-project.html
share/jenkins/help/parameter/run-project_de.html
share/jenkins/help/parameter/run-project_fr.html
share/jenkins/help/parameter/run-project_ja.html
share/jenkins/help/parameter/run-project_zh_TW.html
share/jenkins/help/parameter/run.html
share/jenkins/help/parameter/run_de.html
share/jenkins/help/parameter/run_fr.html
share/jenkins/help/parameter/run_ja.html
share/jenkins/help/parameter/run_zh_TW.html
share/jenkins/help/parameter/string-default.html
share/jenkins/help/parameter/string-default_de.html
share/jenkins/help/parameter/string-default_fr.html
share/jenkins/help/parameter/string-default_ja.html
share/jenkins/help/parameter/string-default_zh_TW.html
share/jenkins/help/parameter/string.html
share/jenkins/help/parameter/string_de.html
share/jenkins/help/parameter/string_fr.html
share/jenkins/help/parameter/string_ja.html
share/jenkins/help/parameter/string_zh_TW.html
share/jenkins/help/project-config/batch.html
share/jenkins/help/project-config/batch_de.html
share/jenkins/help/project-config/batch_fr.html
share/jenkins/help/project-config/batch_ja.html
share/jenkins/help/project-config/batch_pt_BR.html
share/jenkins/help/project-config/batch_ru.html
share/jenkins/help/project-config/batch_tr.html
share/jenkins/help/project-config/batch_zh_TW.html
share/jenkins/help/project-config/block-downstream-building.html
share/jenkins/help/project-config/block-downstream-building_ja.html
share/jenkins/help/project-config/block-downstream-building_zh_TW.html
share/jenkins/help/project-config/block-upstream-building.html
share/jenkins/help/project-config/block-upstream-building_de.html
share/jenkins/help/project-config/block-upstream-building_ja.html
share/jenkins/help/project-config/block-upstream-building_zh_TW.html
share/jenkins/help/project-config/custom-workspace.html
share/jenkins/help/project-config/custom-workspace_de.html
share/jenkins/help/project-config/custom-workspace_fr.html
share/jenkins/help/project-config/custom-workspace_ja.html
share/jenkins/help/project-config/custom-workspace_tr.html
share/jenkins/help/project-config/custom-workspace_zh_TW.html
share/jenkins/help/project-config/defaultView.html
share/jenkins/help/project-config/defaultView_de.html
share/jenkins/help/project-config/defaultView_ja.html
share/jenkins/help/project-config/defaultView_zh_TW.html
share/jenkins/help/project-config/description.html
share/jenkins/help/project-config/description_de.html
share/jenkins/help/project-config/description_fr.html
share/jenkins/help/project-config/description_ja.html
share/jenkins/help/project-config/description_pt_BR.html
share/jenkins/help/project-config/description_ru.html
share/jenkins/help/project-config/description_tr.html
share/jenkins/help/project-config/description_zh_TW.html
share/jenkins/help/project-config/disable.html
share/jenkins/help/project-config/disable_de.html
share/jenkins/help/project-config/disable_fr.html
share/jenkins/help/project-config/disable_ja.html
share/jenkins/help/project-config/disable_pt_BR.html
share/jenkins/help/project-config/disable_ru.html
share/jenkins/help/project-config/disable_tr.html
share/jenkins/help/project-config/disable_zh_TW.html
share/jenkins/help/project-config/downstream.html
share/jenkins/help/project-config/downstream_de.html
share/jenkins/help/project-config/downstream_fr.html
share/jenkins/help/project-config/downstream_ja.html
share/jenkins/help/project-config/downstream_pt_BR.html
share/jenkins/help/project-config/downstream_ru.html
share/jenkins/help/project-config/downstream_tr.html
share/jenkins/help/project-config/downstream_zh_TW.html
share/jenkins/help/project-config/scmCheckoutRetryCount.html
share/jenkins/help/project-config/scmCheckoutRetryCount_de.html
share/jenkins/help/project-config/scmCheckoutRetryCount_ja.html
share/jenkins/help/project-config/scmCheckoutRetryCount_zh_CN.html
share/jenkins/help/project-config/scmCheckoutRetryCount_zh_TW.html
share/jenkins/help/project-config/triggerRemotely.html
share/jenkins/help/project-config/triggerRemotely_de.html
share/jenkins/help/project-config/triggerRemotely_fr.html
share/jenkins/help/project-config/triggerRemotely_ja.html
share/jenkins/help/project-config/triggerRemotely_pt_BR.html
share/jenkins/help/project-config/triggerRemotely_ru.html
share/jenkins/help/project-config/triggerRemotely_tr.html
share/jenkins/help/project-config/triggerRemotely_zh_TW.html
share/jenkins/help/run-config/description.html
share/jenkins/help/run-config/description_de.html
share/jenkins/help/run-config/description_ja.html
share/jenkins/help/run-config/description_zh_TW.html
share/jenkins/help/run-config/displayName.html
share/jenkins/help/run-config/displayName_de.html
share/jenkins/help/run-config/displayName_ja.html
share/jenkins/help/run-config/displayName_zh_TW.html
share/jenkins/help/scm-browsers/list.html
share/jenkins/help/scm-browsers/list_de.html
share/jenkins/help/scm-browsers/list_ja.html
share/jenkins/help/scm-browsers/list_zh_TW.html
share/jenkins/help/system-config/defaultJobNamingStrategy.html
share/jenkins/help/system-config/defaultJobNamingStrategy_de.html
share/jenkins/help/system-config/defaultJobNamingStrategy_fr.html
share/jenkins/help/system-config/defaultJobNamingStrategy_ja.html
share/jenkins/help/system-config/defaultJobNamingStrategy_zh_TW.html
share/jenkins/help/system-config/globalEnvironmentVariables.html
share/jenkins/help/system-config/globalEnvironmentVariables_de.html
share/jenkins/help/system-config/globalEnvironmentVariables_fr.html
share/jenkins/help/system-config/globalEnvironmentVariables_ja.html
share/jenkins/help/system-config/globalEnvironmentVariables_zh_CN.html
share/jenkins/help/system-config/globalEnvironmentVariables_zh_TW.html
share/jenkins/help/system-config/homeDirectory.html
share/jenkins/help/system-config/homeDirectory_de.html
share/jenkins/help/system-config/homeDirectory_fr.html
share/jenkins/help/system-config/homeDirectory_ja.html
share/jenkins/help/system-config/homeDirectory_pt_BR.html
share/jenkins/help/system-config/homeDirectory_ru.html
share/jenkins/help/system-config/homeDirectory_tr.html
share/jenkins/help/system-config/homeDirectory_zh_CN.html
share/jenkins/help/system-config/homeDirectory_zh_TW.html
share/jenkins/help/system-config/master-slave/availability.html
share/jenkins/help/system-config/master-slave/availability_de.html
share/jenkins/help/system-config/master-slave/availability_fr.html
share/jenkins/help/system-config/master-slave/availability_ja.html
share/jenkins/help/system-config/master-slave/availability_nl.html
share/jenkins/help/system-config/master-slave/availability_tr.html
share/jenkins/help/system-config/master-slave/availability_zh_TW.html
share/jenkins/help/system-config/master-slave/clock.html
share/jenkins/help/system-config/master-slave/clock_de.html
share/jenkins/help/system-config/master-slave/clock_fr.html
share/jenkins/help/system-config/master-slave/clock_ja.html
share/jenkins/help/system-config/master-slave/clock_nl.html
share/jenkins/help/system-config/master-slave/clock_pt_BR.html
share/jenkins/help/system-config/master-slave/clock_ru.html
share/jenkins/help/system-config/master-slave/clock_tr.html
share/jenkins/help/system-config/master-slave/clock_zh_TW.html
share/jenkins/help/system-config/master-slave/demand/idleDelay.html
share/jenkins/help/system-config/master-slave/demand/idleDelay_de.html
share/jenkins/help/system-config/master-slave/demand/idleDelay_fr.html
share/jenkins/help/system-config/master-slave/demand/idleDelay_ja.html
share/jenkins/help/system-config/master-slave/demand/idleDelay_nl.html
share/jenkins/help/system-config/master-slave/demand/idleDelay_tr.html
share/jenkins/help/system-config/master-slave/demand/idleDelay_zh_TW.html
share/jenkins/help/system-config/master-slave/demand/inDemandDelay.html
share/jenkins/help/system-config/master-slave/demand/inDemandDelay_de.html
share/jenkins/help/system-config/master-slave/demand/inDemandDelay_fr.html
share/jenkins/help/system-config/master-slave/demand/inDemandDelay_ja.html
share/jenkins/help/system-config/master-slave/demand/inDemandDelay_nl.html
share/jenkins/help/system-config/master-slave/demand/inDemandDelay_tr.html
share/jenkins/help/system-config/master-slave/demand/inDemandDelay_zh_TW.html
share/jenkins/help/system-config/master-slave/demand/keepUpWhenActive.html
share/jenkins/help/system-config/master-slave/description.html
share/jenkins/help/system-config/master-slave/description_de.html
share/jenkins/help/system-config/master-slave/description_fr.html
share/jenkins/help/system-config/master-slave/description_ja.html
share/jenkins/help/system-config/master-slave/description_pt_BR.html
share/jenkins/help/system-config/master-slave/description_ru.html
share/jenkins/help/system-config/master-slave/description_tr.html
share/jenkins/help/system-config/master-slave/description_zh_TW.html
share/jenkins/help/system-config/master-slave/jnlp-tunnel.html
share/jenkins/help/system-config/master-slave/jnlp-tunnel_de.html
share/jenkins/help/system-config/master-slave/jnlp-tunnel_fr.html
share/jenkins/help/system-config/master-slave/jnlp-tunnel_ja.html
share/jenkins/help/system-config/master-slave/jnlp-tunnel_zh_TW.html
share/jenkins/help/system-config/master-slave/jnlpSecurity.html
share/jenkins/help/system-config/master-slave/jnlpSecurity_de.html
share/jenkins/help/system-config/master-slave/jnlpSecurity_fr.html
share/jenkins/help/system-config/master-slave/jnlpSecurity_ja.html
share/jenkins/help/system-config/master-slave/jnlpSecurity_pt_BR.html
share/jenkins/help/system-config/master-slave/jnlpSecurity_ru.html
share/jenkins/help/system-config/master-slave/jnlpSecurity_tr.html
share/jenkins/help/system-config/master-slave/jnlpSecurity_zh_TW.html
share/jenkins/help/system-config/master-slave/numExecutors.html
share/jenkins/help/system-config/master-slave/numExecutors_de.html
share/jenkins/help/system-config/master-slave/numExecutors_fr.html
share/jenkins/help/system-config/master-slave/numExecutors_ja.html
share/jenkins/help/system-config/master-slave/numExecutors_pt_BR.html
share/jenkins/help/system-config/master-slave/numExecutors_ru.html
share/jenkins/help/system-config/master-slave/numExecutors_tr.html
share/jenkins/help/system-config/master-slave/numExecutors_zh_CN.html
share/jenkins/help/system-config/master-slave/numExecutors_zh_TW.html
share/jenkins/help/system-config/master-slave/usage.html
share/jenkins/help/system-config/master-slave/usage_de.html
share/jenkins/help/system-config/master-slave/usage_fr.html
share/jenkins/help/system-config/master-slave/usage_ja.html
share/jenkins/help/system-config/master-slave/usage_pt_BR.html
share/jenkins/help/system-config/master-slave/usage_ru.html
share/jenkins/help/system-config/master-slave/usage_tr.html
share/jenkins/help/system-config/master-slave/usage_zh_CN.html
share/jenkins/help/system-config/master-slave/usage_zh_TW.html
share/jenkins/help/system-config/nodeEnvironmentVariables.html
share/jenkins/help/system-config/nodeEnvironmentVariables_de.html
share/jenkins/help/system-config/nodeEnvironmentVariables_fr.html
share/jenkins/help/system-config/nodeEnvironmentVariables_ja.html
share/jenkins/help/system-config/nodeEnvironmentVariables_zh_TW.html
share/jenkins/help/system-config/patternJobNamingStrategy.html
share/jenkins/help/system-config/patternJobNamingStrategy_de.html
share/jenkins/help/system-config/patternJobNamingStrategy_fr.html
share/jenkins/help/system-config/patternJobNamingStrategy_ja.html
share/jenkins/help/system-config/patternJobNamingStrategy_pt_BR.html
share/jenkins/help/system-config/patternJobNamingStrategy_zh_TW.html
share/jenkins/help/system-config/quietPeriod.html
share/jenkins/help/system-config/quietPeriod_de.html
share/jenkins/help/system-config/quietPeriod_fr.html
share/jenkins/help/system-config/quietPeriod_ja.html
share/jenkins/help/system-config/quietPeriod_pt_BR.html
share/jenkins/help/system-config/quietPeriod_ru.html
share/jenkins/help/system-config/quietPeriod_tr.html
share/jenkins/help/system-config/quietPeriod_zh_TW.html
share/jenkins/help/system-config/systemMessage.html
share/jenkins/help/system-config/systemMessage_de.html
share/jenkins/help/system-config/systemMessage_fr.html
share/jenkins/help/system-config/systemMessage_ja.html
share/jenkins/help/system-config/systemMessage_pt_BR.html
share/jenkins/help/system-config/systemMessage_ru.html
share/jenkins/help/system-config/systemMessage_tr.html
share/jenkins/help/system-config/systemMessage_zh_CN.html
share/jenkins/help/system-config/systemMessage_zh_TW.html
share/jenkins/help/tasks/fingerprint/keepDependencies.html
share/jenkins/help/tasks/fingerprint/keepDependencies_de.html
share/jenkins/help/tasks/fingerprint/keepDependencies_fr.html
share/jenkins/help/tasks/fingerprint/keepDependencies_ja.html
share/jenkins/help/tasks/fingerprint/keepDependencies_nl.html
share/jenkins/help/tasks/fingerprint/keepDependencies_pt_BR.html
share/jenkins/help/tasks/fingerprint/keepDependencies_ru.html
share/jenkins/help/tasks/fingerprint/keepDependencies_tr.html
share/jenkins/help/tasks/fingerprint/keepDependencies_zh_TW.html
share/jenkins/help/tools/help-label.html
share/jenkins/help/tools/help-label_de.html
share/jenkins/help/tools/help-label_ja.html
share/jenkins/help/tools/help-label_pt_BR.html
share/jenkins/help/tools/help-label_zh_CN.html
share/jenkins/help/tools/help-label_zh_TW.html
share/jenkins/help/tools/tool-location-node-property.html
share/jenkins/help/tools/tool-location-node-property_de.html
share/jenkins/help/tools/tool-location-node-property_fr.html
share/jenkins/help/tools/tool-location-node-property_ja.html
share/jenkins/help/tools/tool-location-node-property_pt_BR.html
share/jenkins/help/tools/tool-location-node-property_zh_CN.html
share/jenkins/help/tools/tool-location-node-property_zh_TW.html
share/jenkins/help/user/description.html
share/jenkins/help/user/description_de.html
share/jenkins/help/user/description_fr.html
share/jenkins/help/user/description_ja.html
share/jenkins/help/user/description_nl.html
share/jenkins/help/user/description_pt_BR.html
share/jenkins/help/user/description_ru.html
share/jenkins/help/user/description_tr.html
share/jenkins/help/user/description_zh_TW.html
share/jenkins/help/user/fullName.html
share/jenkins/help/user/fullName_de.html
share/jenkins/help/user/fullName_fr.html
share/jenkins/help/user/fullName_ja.html
share/jenkins/help/user/fullName_nl.html
share/jenkins/help/user/fullName_pt_BR.html
share/jenkins/help/user/fullName_ru.html
share/jenkins/help/user/fullName_tr.html
share/jenkins/help/user/fullName_zh_TW.html
share/jenkins/help/view-config/description.html
share/jenkins/help/view-config/description_de.html
share/jenkins/help/view-config/description_fr.html
share/jenkins/help/view-config/description_ja.html
share/jenkins/help/view-config/description_nl.html
share/jenkins/help/view-config/description_pt_BR.html
share/jenkins/help/view-config/description_ru.html
share/jenkins/help/view-config/description_tr.html
share/jenkins/help/view-config/description_zh_TW.html
share/jenkins/help/view-config/filter-executors.html
share/jenkins/help/view-config/filter-executors_de.html
share/jenkins/help/view-config/filter-executors_ja.html
share/jenkins/help/view-config/filter-executors_pt_BR.html
share/jenkins/help/view-config/filter-executors_zh_TW.html
share/jenkins/help/view-config/filter-queue.html
share/jenkins/help/view-config/filter-queue_de.html
share/jenkins/help/view-config/filter-queue_ja.html
share/jenkins/help/view-config/filter-queue_pt_BR.html
share/jenkins/help/view-config/filter-queue_zh_TW.html
share/jenkins/help/view-config/includeregex.html
share/jenkins/help/view-config/includeregex_de.html
share/jenkins/help/view-config/includeregex_fr.html
share/jenkins/help/view-config/includeregex_ja.html
share/jenkins/help/view-config/includeregex_nl.html
share/jenkins/help/view-config/includeregex_pt_BR.html
share/jenkins/help/view-config/includeregex_ru.html
share/jenkins/help/view-config/includeregex_tr.html
share/jenkins/help/view-config/includeregex_zh_TW.html
share/jenkins/help/view-config/statusFilter.html
share/jenkins/help/view-config/statusFilter_ja.html
share/jenkins/help/view-config/statusFilter_zh_TW.html
share/jenkins/images/16x16/aborted.gif
share/jenkins/images/16x16/aborted.png
share/jenkins/images/16x16/aborted_anime.gif
share/jenkins/images/16x16/accept.png
share/jenkins/images/16x16/attribute.png
share/jenkins/images/16x16/blue.gif
share/jenkins/images/16x16/blue.png
share/jenkins/images/16x16/blue_anime.gif
share/jenkins/images/16x16/clock.gif
share/jenkins/images/16x16/clock.png
share/jenkins/images/16x16/clock_anime.gif
share/jenkins/images/16x16/collapse.png
share/jenkins/images/16x16/computer-flash.gif
share/jenkins/images/16x16/computer-x.gif
share/jenkins/images/16x16/computer-x.png
share/jenkins/images/16x16/computer.gif
share/jenkins/images/16x16/computer.png
share/jenkins/images/16x16/disabled.gif
share/jenkins/images/16x16/disabled.png
share/jenkins/images/16x16/disabled_anime.gif
share/jenkins/images/16x16/document_add.gif
share/jenkins/images/16x16/document_add.png
share/jenkins/images/16x16/document_delete.gif
share/jenkins/images/16x16/document_delete.png
share/jenkins/images/16x16/document_edit.gif
share/jenkins/images/16x16/document_edit.png
share/jenkins/images/16x16/edit-delete.gif
share/jenkins/images/16x16/edit-delete.png
share/jenkins/images/16x16/edit-select-all.gif
share/jenkins/images/16x16/edit-select-all.png
share/jenkins/images/16x16/empty.gif
share/jenkins/images/16x16/empty.png
share/jenkins/images/16x16/error.gif
share/jenkins/images/16x16/error.png
share/jenkins/images/16x16/expand.png
share/jenkins/images/16x16/find.png
share/jenkins/images/16x16/fingerprint.gif
share/jenkins/images/16x16/fingerprint.png
share/jenkins/images/16x16/folder-error.gif
share/jenkins/images/16x16/folder-error.png
share/jenkins/images/16x16/folder-open.gif
share/jenkins/images/16x16/folder-open.png
share/jenkins/images/16x16/folder.gif
share/jenkins/images/16x16/folder.png
share/jenkins/images/16x16/gear2.gif
share/jenkins/images/16x16/gear2.png
share/jenkins/images/16x16/go-next.gif
share/jenkins/images/16x16/go-next.png
share/jenkins/images/16x16/go_down.png
share/jenkins/images/16x16/go_top.png
share/jenkins/images/16x16/go_up.png
share/jenkins/images/16x16/green.gif
share/jenkins/images/16x16/green_anime.gif
share/jenkins/images/16x16/grey.gif
share/jenkins/images/16x16/grey.png
share/jenkins/images/16x16/grey_anime.gif
share/jenkins/images/16x16/health-00to19.gif
share/jenkins/images/16x16/health-00to19.png
share/jenkins/images/16x16/health-20to39.gif
share/jenkins/images/16x16/health-20to39.png
share/jenkins/images/16x16/health-40to59.gif
share/jenkins/images/16x16/health-40to59.png
share/jenkins/images/16x16/health-60to79.gif
share/jenkins/images/16x16/health-60to79.png
share/jenkins/images/16x16/health-80plus.gif
share/jenkins/images/16x16/health-80plus.png
share/jenkins/images/16x16/help.gif
share/jenkins/images/16x16/help.png
share/jenkins/images/16x16/hourglass.gif
share/jenkins/images/16x16/hourglass.png
share/jenkins/images/16x16/lock.gif
share/jenkins/images/16x16/lock.png
share/jenkins/images/16x16/nobuilt.gif
share/jenkins/images/16x16/nobuilt.png
share/jenkins/images/16x16/nobuilt_anime.gif
share/jenkins/images/16x16/notepad.gif
share/jenkins/images/16x16/notepad.png
share/jenkins/images/16x16/orange-square.png
share/jenkins/images/16x16/package.gif
share/jenkins/images/16x16/package.png
share/jenkins/images/16x16/person.gif
share/jenkins/images/16x16/person.png
share/jenkins/images/16x16/plugin.gif
share/jenkins/images/16x16/plugin.png
share/jenkins/images/16x16/red.gif
share/jenkins/images/16x16/red.png
share/jenkins/images/16x16/red_anime.gif
share/jenkins/images/16x16/redo.gif
share/jenkins/images/16x16/redo.png
share/jenkins/images/16x16/save.gif
share/jenkins/images/16x16/save.png
share/jenkins/images/16x16/search.gif
share/jenkins/images/16x16/search.png
share/jenkins/images/16x16/secure.png
share/jenkins/images/16x16/setting.png
share/jenkins/images/16x16/star-gold.gif
share/jenkins/images/16x16/star-gold.png
share/jenkins/images/16x16/star.gif
share/jenkins/images/16x16/star.png
share/jenkins/images/16x16/stop.gif
share/jenkins/images/16x16/stop.png
share/jenkins/images/16x16/terminal.gif
share/jenkins/images/16x16/terminal.png
share/jenkins/images/16x16/text-error.gif
share/jenkins/images/16x16/text-error.png
share/jenkins/images/16x16/text.gif
share/jenkins/images/16x16/text.png
share/jenkins/images/16x16/user.gif
share/jenkins/images/16x16/user.png
share/jenkins/images/16x16/warning.gif
share/jenkins/images/16x16/warning.png
share/jenkins/images/16x16/yellow.gif
share/jenkins/images/16x16/yellow.png
share/jenkins/images/16x16/yellow_anime.gif
share/jenkins/images/24x24/aborted.gif
share/jenkins/images/24x24/aborted.png
share/jenkins/images/24x24/aborted_anime.gif
share/jenkins/images/24x24/accept.png
share/jenkins/images/24x24/attribute.png
share/jenkins/images/24x24/blue.gif
share/jenkins/images/24x24/blue.png
share/jenkins/images/24x24/blue_anime.gif
share/jenkins/images/24x24/clipboard.gif
share/jenkins/images/24x24/clipboard.png
share/jenkins/images/24x24/clock.gif
share/jenkins/images/24x24/clock.png
share/jenkins/images/24x24/clock_anime.gif
share/jenkins/images/24x24/computer-flash.gif
share/jenkins/images/24x24/computer-x.gif
share/jenkins/images/24x24/computer-x.png
share/jenkins/images/24x24/computer.gif
share/jenkins/images/24x24/computer.png
share/jenkins/images/24x24/delete-document.gif
share/jenkins/images/24x24/delete-document.png
share/jenkins/images/24x24/disabled.gif
share/jenkins/images/24x24/disabled.png
share/jenkins/images/24x24/disabled_anime.gif
share/jenkins/images/24x24/document-properties.gif
share/jenkins/images/24x24/document-properties.png
share/jenkins/images/24x24/document.gif
share/jenkins/images/24x24/document.png
share/jenkins/images/24x24/edit-delete.gif
share/jenkins/images/24x24/edit-delete.png
share/jenkins/images/24x24/empty.gif
share/jenkins/images/24x24/empty.png
share/jenkins/images/24x24/fingerprint.gif
share/jenkins/images/24x24/fingerprint.png
share/jenkins/images/24x24/folder-delete.gif
share/jenkins/images/24x24/folder-delete.png
share/jenkins/images/24x24/folder.gif
share/jenkins/images/24x24/folder.png
share/jenkins/images/24x24/gear.gif
share/jenkins/images/24x24/gear.png
share/jenkins/images/24x24/gear2.gif
share/jenkins/images/24x24/gear2.png
share/jenkins/images/24x24/graph.gif
share/jenkins/images/24x24/graph.png
share/jenkins/images/24x24/green.gif
share/jenkins/images/24x24/green_anime.gif
share/jenkins/images/24x24/grey.gif
share/jenkins/images/24x24/grey.png
share/jenkins/images/24x24/grey_anime.gif
share/jenkins/images/24x24/health-00to19.gif
share/jenkins/images/24x24/health-00to19.png
share/jenkins/images/24x24/health-20to39.gif
share/jenkins/images/24x24/health-20to39.png
share/jenkins/images/24x24/health-40to59.gif
share/jenkins/images/24x24/health-40to59.png
share/jenkins/images/24x24/health-60to79.gif
share/jenkins/images/24x24/health-60to79.png
share/jenkins/images/24x24/health-80plus.gif
share/jenkins/images/24x24/health-80plus.png
share/jenkins/images/24x24/help.gif
share/jenkins/images/24x24/help.png
share/jenkins/images/24x24/installer.gif
share/jenkins/images/24x24/installer.png
share/jenkins/images/24x24/lock.png
share/jenkins/images/24x24/monitor.gif
share/jenkins/images/24x24/monitor.png
share/jenkins/images/24x24/new-computer.gif
share/jenkins/images/24x24/new-computer.png
share/jenkins/images/24x24/new-document.gif
share/jenkins/images/24x24/new-document.png
share/jenkins/images/24x24/new-package.gif
share/jenkins/images/24x24/new-package.png
share/jenkins/images/24x24/new-user.gif
share/jenkins/images/24x24/new-user.png
share/jenkins/images/24x24/next.gif
share/jenkins/images/24x24/next.png
share/jenkins/images/24x24/nobuilt.gif
share/jenkins/images/24x24/nobuilt.png
share/jenkins/images/24x24/nobuilt_anime.gif
share/jenkins/images/24x24/notepad.gif
share/jenkins/images/24x24/notepad.png
share/jenkins/images/24x24/orange-square.gif
share/jenkins/images/24x24/orange-square.png
share/jenkins/images/24x24/package.gif
share/jenkins/images/24x24/package.png
share/jenkins/images/24x24/plugin.png
share/jenkins/images/24x24/previous.gif
share/jenkins/images/24x24/previous.png
share/jenkins/images/24x24/red.gif
share/jenkins/images/24x24/red.png
share/jenkins/images/24x24/red_anime.gif
share/jenkins/images/24x24/redo.gif
share/jenkins/images/24x24/redo.png
share/jenkins/images/24x24/refresh.gif
share/jenkins/images/24x24/refresh.png
share/jenkins/images/24x24/save.gif
share/jenkins/images/24x24/save.png
share/jenkins/images/24x24/search.gif
share/jenkins/images/24x24/search.png
share/jenkins/images/24x24/secure.png
share/jenkins/images/24x24/setting.gif
share/jenkins/images/24x24/setting.png
share/jenkins/images/24x24/star-gold.gif
share/jenkins/images/24x24/star-gold.png
share/jenkins/images/24x24/star.gif
share/jenkins/images/24x24/star.png
share/jenkins/images/24x24/terminal.gif
share/jenkins/images/24x24/terminal.png
share/jenkins/images/24x24/up.gif
share/jenkins/images/24x24/up.png
share/jenkins/images/24x24/user.gif
share/jenkins/images/24x24/user.png
share/jenkins/images/24x24/yellow.gif
share/jenkins/images/24x24/yellow.png
share/jenkins/images/24x24/yellow_anime.gif
share/jenkins/images/32x32/aborted.gif
share/jenkins/images/32x32/aborted.png
share/jenkins/images/32x32/aborted_anime.gif
share/jenkins/images/32x32/accept.png
share/jenkins/images/32x32/attribute.png
share/jenkins/images/32x32/blue.gif
share/jenkins/images/32x32/blue.png
share/jenkins/images/32x32/blue_anime.gif
share/jenkins/images/32x32/clipboard.gif
share/jenkins/images/32x32/clipboard.png
share/jenkins/images/32x32/clock.gif
share/jenkins/images/32x32/clock.png
share/jenkins/images/32x32/clock_anime.gif
share/jenkins/images/32x32/computer-flash.gif
share/jenkins/images/32x32/computer-x.gif
share/jenkins/images/32x32/computer-x.png
share/jenkins/images/32x32/computer.gif
share/jenkins/images/32x32/computer.png
share/jenkins/images/32x32/disabled.gif
share/jenkins/images/32x32/disabled.png
share/jenkins/images/32x32/disabled_anime.gif
share/jenkins/images/32x32/empty.gif
share/jenkins/images/32x32/empty.png
share/jenkins/images/32x32/error.gif
share/jenkins/images/32x32/error.png
share/jenkins/images/32x32/folder.gif
share/jenkins/images/32x32/folder.png
share/jenkins/images/32x32/gear2.png
share/jenkins/images/32x32/graph.gif
share/jenkins/images/32x32/graph.png
share/jenkins/images/32x32/green.gif
share/jenkins/images/32x32/green_anime.gif
share/jenkins/images/32x32/grey.gif
share/jenkins/images/32x32/grey.png
share/jenkins/images/32x32/grey_anime.gif
share/jenkins/images/32x32/health-00to19.gif
share/jenkins/images/32x32/health-00to19.png
share/jenkins/images/32x32/health-20to39.gif
share/jenkins/images/32x32/health-20to39.png
share/jenkins/images/32x32/health-40to59.gif
share/jenkins/images/32x32/health-40to59.png
share/jenkins/images/32x32/health-60to79.gif
share/jenkins/images/32x32/health-60to79.png
share/jenkins/images/32x32/health-80plus.gif
share/jenkins/images/32x32/health-80plus.png
share/jenkins/images/32x32/lock.png
share/jenkins/images/32x32/nobuilt.gif
share/jenkins/images/32x32/nobuilt.png
share/jenkins/images/32x32/nobuilt_anime.gif
share/jenkins/images/32x32/orange-square.png
share/jenkins/images/32x32/package.png
share/jenkins/images/32x32/plugin.gif
share/jenkins/images/32x32/plugin.png
share/jenkins/images/32x32/red.gif
share/jenkins/images/32x32/red.png
share/jenkins/images/32x32/red_anime.gif
share/jenkins/images/32x32/secure.png
share/jenkins/images/32x32/setting.gif
share/jenkins/images/32x32/setting.png
share/jenkins/images/32x32/star-gold.gif
share/jenkins/images/32x32/star-gold.png
share/jenkins/images/32x32/star.gif
share/jenkins/images/32x32/star.png
share/jenkins/images/32x32/user.gif
share/jenkins/images/32x32/user.png
share/jenkins/images/32x32/yellow.gif
share/jenkins/images/32x32/yellow.png
share/jenkins/images/32x32/yellow_anime.gif
share/jenkins/images/48x48/aborted.gif
share/jenkins/images/48x48/aborted.png
share/jenkins/images/48x48/aborted_anime.gif
share/jenkins/images/48x48/accept.png
share/jenkins/images/48x48/attribute.png
share/jenkins/images/48x48/blue.gif
share/jenkins/images/48x48/blue.png
share/jenkins/images/48x48/blue_anime.gif
share/jenkins/images/48x48/clipboard.gif
share/jenkins/images/48x48/clipboard.png
share/jenkins/images/48x48/computer-flash.gif
share/jenkins/images/48x48/computer-x.gif
share/jenkins/images/48x48/computer-x.png
share/jenkins/images/48x48/computer.gif
share/jenkins/images/48x48/computer.png
share/jenkins/images/48x48/copy.png
share/jenkins/images/48x48/disabled.gif
share/jenkins/images/48x48/disabled.png
share/jenkins/images/48x48/disabled_anime.gif
share/jenkins/images/48x48/document.gif
share/jenkins/images/48x48/document.png
share/jenkins/images/48x48/empty.gif
share/jenkins/images/48x48/empty.png
share/jenkins/images/48x48/error.gif
share/jenkins/images/48x48/error.png
share/jenkins/images/48x48/fingerprint.gif
share/jenkins/images/48x48/fingerprint.png
share/jenkins/images/48x48/folder-delete.gif
share/jenkins/images/48x48/folder-delete.png
share/jenkins/images/48x48/folder.gif
share/jenkins/images/48x48/folder.png
share/jenkins/images/48x48/freestyleproject.png
share/jenkins/images/48x48/gear2.gif
share/jenkins/images/48x48/gear2.png
share/jenkins/images/48x48/graph.gif
share/jenkins/images/48x48/graph.png
share/jenkins/images/48x48/green.gif
share/jenkins/images/48x48/green_anime.gif
share/jenkins/images/48x48/grey.gif
share/jenkins/images/48x48/grey.png
share/jenkins/images/48x48/grey_anime.gif
share/jenkins/images/48x48/health-00to19.gif
share/jenkins/images/48x48/health-00to19.png
share/jenkins/images/48x48/health-20to39.gif
share/jenkins/images/48x48/health-20to39.png
share/jenkins/images/48x48/health-40to59.gif
share/jenkins/images/48x48/health-40to59.png
share/jenkins/images/48x48/health-60to79.gif
share/jenkins/images/48x48/health-60to79.png
share/jenkins/images/48x48/health-80plus.gif
share/jenkins/images/48x48/health-80plus.png
share/jenkins/images/48x48/help.gif
share/jenkins/images/48x48/help.png
share/jenkins/images/48x48/installer.gif
share/jenkins/images/48x48/installer.png
share/jenkins/images/48x48/lock.png
share/jenkins/images/48x48/monitor.gif
share/jenkins/images/48x48/monitor.png
share/jenkins/images/48x48/network.gif
share/jenkins/images/48x48/network.png
share/jenkins/images/48x48/nobuilt.gif
share/jenkins/images/48x48/nobuilt.png
share/jenkins/images/48x48/nobuilt_anime.gif
share/jenkins/images/48x48/notepad.gif
share/jenkins/images/48x48/notepad.png
share/jenkins/images/48x48/orange-square.gif
share/jenkins/images/48x48/orange-square.png
share/jenkins/images/48x48/package.gif
share/jenkins/images/48x48/package.png
share/jenkins/images/48x48/plugin.gif
share/jenkins/images/48x48/plugin.png
share/jenkins/images/48x48/red.gif
share/jenkins/images/48x48/red.png
share/jenkins/images/48x48/red_anime.gif
share/jenkins/images/48x48/redo.gif
share/jenkins/images/48x48/redo.png
share/jenkins/images/48x48/refresh.gif
share/jenkins/images/48x48/refresh.png
share/jenkins/images/48x48/search.gif
share/jenkins/images/48x48/search.png
share/jenkins/images/48x48/secure.gif
share/jenkins/images/48x48/secure.png
share/jenkins/images/48x48/setting.gif
share/jenkins/images/48x48/setting.png
share/jenkins/images/48x48/star-gold.gif
share/jenkins/images/48x48/star-gold.png
share/jenkins/images/48x48/star.gif
share/jenkins/images/48x48/star.png
share/jenkins/images/48x48/system-log-out.gif
share/jenkins/images/48x48/system-log-out.png
share/jenkins/images/48x48/terminal.gif
share/jenkins/images/48x48/terminal.png
share/jenkins/images/48x48/user.gif
share/jenkins/images/48x48/user.png
share/jenkins/images/48x48/warning.gif
share/jenkins/images/48x48/warning.png
share/jenkins/images/48x48/yellow.gif
share/jenkins/images/48x48/yellow.png
share/jenkins/images/48x48/yellow_anime.gif
share/jenkins/images/RRZEIconSet-License.url
share/jenkins/images/RRZEIconSet.url
share/jenkins/images/TangoProject-License.url
share/jenkins/images/atom-license.txt
share/jenkins/images/atom.gif
share/jenkins/images/bottom-sticker-top-edge.png
share/jenkins/images/grip.png
share/jenkins/images/headless.png
share/jenkins/images/headshot.png
share/jenkins/images/jenkins-redbg.png
share/jenkins/images/jenkins.png
share/jenkins/images/mask-icon.svg
share/jenkins/images/none.gif
share/jenkins/images/progress-unknown-red.gif
share/jenkins/images/progress-unknown.gif
share/jenkins/images/rage.png
share/jenkins/images/spinner.gif
share/jenkins/images/textarea-handle.gif
share/jenkins/images/title.png
share/jenkins/images/title.svg
share/jenkins/images/title.xcf
share/jenkins/images/top-sticker-bottom-edge.png
share/jenkins/images/topbar.png
share/jenkins/images/topbar.svg
share/jenkins/images/webstart.gif
share/jenkins/jenkins.war
share/jenkins/jsbundles/add-item.css
share/jenkins/jsbundles/add-item.js
share/jenkins/jsbundles/config-scrollspy.css
share/jenkins/jsbundles/config-scrollspy.js
share/jenkins/jsbundles/config-tabbar.css
share/jenkins/jsbundles/config-tabbar.js
share/jenkins/jsbundles/page-init.js
share/jenkins/jsbundles/pluginSetupWizard.css
share/jenkins/jsbundles/pluginSetupWizard.js
share/jenkins/jsbundles/upgradeWizard.js
share/jenkins/robots.txt
share/jenkins/scripts/behavior.js
share/jenkins/scripts/combobox-readme.txt
share/jenkins/scripts/combobox.js
share/jenkins/scripts/hudson-behavior.js
share/jenkins/scripts/msie.js
share/jenkins/scripts/prototype.js
share/jenkins/scripts/respond.js
share/jenkins/scripts/sortable.js
share/jenkins/scripts/utilities.js
share/jenkins/scripts/yui/animation/animation-debug.js
share/jenkins/scripts/yui/animation/animation-min.js
share/jenkins/scripts/yui/assets/skins/sam/ajax-loader.gif
share/jenkins/scripts/yui/assets/skins/sam/asc.gif
share/jenkins/scripts/yui/assets/skins/sam/autocomplete.css
share/jenkins/scripts/yui/assets/skins/sam/back-h.png
share/jenkins/scripts/yui/assets/skins/sam/back-v.png
share/jenkins/scripts/yui/assets/skins/sam/bar-h.png
share/jenkins/scripts/yui/assets/skins/sam/bar-v.png
share/jenkins/scripts/yui/assets/skins/sam/bg-h.gif
share/jenkins/scripts/yui/assets/skins/sam/bg-v.gif
share/jenkins/scripts/yui/assets/skins/sam/blankimage.png
share/jenkins/scripts/yui/assets/skins/sam/button.css
share/jenkins/scripts/yui/assets/skins/sam/calendar.css
share/jenkins/scripts/yui/assets/skins/sam/carousel.css
share/jenkins/scripts/yui/assets/skins/sam/check0.gif
share/jenkins/scripts/yui/assets/skins/sam/check1.gif
share/jenkins/scripts/yui/assets/skins/sam/check2.gif
share/jenkins/scripts/yui/assets/skins/sam/colorpicker.css
share/jenkins/scripts/yui/assets/skins/sam/container.css
share/jenkins/scripts/yui/assets/skins/sam/datatable.css
share/jenkins/scripts/yui/assets/skins/sam/desc.gif
share/jenkins/scripts/yui/assets/skins/sam/dt-arrow-dn.png
share/jenkins/scripts/yui/assets/skins/sam/dt-arrow-up.png
share/jenkins/scripts/yui/assets/skins/sam/editor-knob.gif
share/jenkins/scripts/yui/assets/skins/sam/editor-sprite-active.gif
share/jenkins/scripts/yui/assets/skins/sam/editor-sprite.gif
share/jenkins/scripts/yui/assets/skins/sam/editor.css
share/jenkins/scripts/yui/assets/skins/sam/header_background.png
share/jenkins/scripts/yui/assets/skins/sam/hue_bg.png
share/jenkins/scripts/yui/assets/skins/sam/imagecropper.css
share/jenkins/scripts/yui/assets/skins/sam/layout.css
share/jenkins/scripts/yui/assets/skins/sam/layout_sprite.png
share/jenkins/scripts/yui/assets/skins/sam/loading.gif
share/jenkins/scripts/yui/assets/skins/sam/logger.css
share/jenkins/scripts/yui/assets/skins/sam/menu-button-arrow-disabled.png
share/jenkins/scripts/yui/assets/skins/sam/menu-button-arrow.png
share/jenkins/scripts/yui/assets/skins/sam/menu.css
share/jenkins/scripts/yui/assets/skins/sam/menubaritem_submenuindicator.png
share/jenkins/scripts/yui/assets/skins/sam/menubaritem_submenuindicator_disabled.png
share/jenkins/scripts/yui/assets/skins/sam/menuitem_checkbox.png
share/jenkins/scripts/yui/assets/skins/sam/menuitem_checkbox_disabled.png
share/jenkins/scripts/yui/assets/skins/sam/menuitem_submenuindicator.png
share/jenkins/scripts/yui/assets/skins/sam/menuitem_submenuindicator_disabled.png
share/jenkins/scripts/yui/assets/skins/sam/paginator.css
share/jenkins/scripts/yui/assets/skins/sam/picker_mask.png
share/jenkins/scripts/yui/assets/skins/sam/profilerviewer.css
share/jenkins/scripts/yui/assets/skins/sam/progressbar.css
share/jenkins/scripts/yui/assets/skins/sam/resize.css
share/jenkins/scripts/yui/assets/skins/sam/simpleeditor.css
share/jenkins/scripts/yui/assets/skins/sam/skin.css
share/jenkins/scripts/yui/assets/skins/sam/slider.css
share/jenkins/scripts/yui/assets/skins/sam/split-button-arrow-active.png
share/jenkins/scripts/yui/assets/skins/sam/split-button-arrow-disabled.png
share/jenkins/scripts/yui/assets/skins/sam/split-button-arrow-focus.png
share/jenkins/scripts/yui/assets/skins/sam/split-button-arrow-hover.png
share/jenkins/scripts/yui/assets/skins/sam/split-button-arrow.png
share/jenkins/scripts/yui/assets/skins/sam/sprite.png
share/jenkins/scripts/yui/assets/skins/sam/sprite.psd
share/jenkins/scripts/yui/assets/skins/sam/tabview.css
share/jenkins/scripts/yui/assets/skins/sam/treeview-loading.gif
share/jenkins/scripts/yui/assets/skins/sam/treeview-sprite.gif
share/jenkins/scripts/yui/assets/skins/sam/treeview.css
share/jenkins/scripts/yui/assets/skins/sam/wait.gif
share/jenkins/scripts/yui/assets/skins/sam/yuitest.css
share/jenkins/scripts/yui/autocomplete/assets/autocomplete-core.css
share/jenkins/scripts/yui/autocomplete/assets/skins/sam/autocomplete-skin.css
share/jenkins/scripts/yui/autocomplete/assets/skins/sam/autocomplete.css
share/jenkins/scripts/yui/autocomplete/autocomplete-debug.js
share/jenkins/scripts/yui/autocomplete/autocomplete-min.js
share/jenkins/scripts/yui/base/base-min.css
share/jenkins/scripts/yui/base/base.css
share/jenkins/scripts/yui/button/assets/button-core.css
share/jenkins/scripts/yui/button/assets/skins/sam/button-skin.css
share/jenkins/scripts/yui/button/assets/skins/sam/button.css
share/jenkins/scripts/yui/button/assets/skins/sam/menu-button-arrow-disabled.png
share/jenkins/scripts/yui/button/assets/skins/sam/menu-button-arrow.png
share/jenkins/scripts/yui/button/assets/skins/sam/split-button-arrow-active.png
share/jenkins/scripts/yui/button/assets/skins/sam/split-button-arrow-disabled.png
share/jenkins/scripts/yui/button/assets/skins/sam/split-button-arrow-focus.png
share/jenkins/scripts/yui/button/assets/skins/sam/split-button-arrow-hover.png
share/jenkins/scripts/yui/button/assets/skins/sam/split-button-arrow.png
share/jenkins/scripts/yui/button/button-debug.js
share/jenkins/scripts/yui/button/button-min.js
share/jenkins/scripts/yui/connection/connection-debug.js
share/jenkins/scripts/yui/connection/connection-min.js
share/jenkins/scripts/yui/connection/connection.swf
share/jenkins/scripts/yui/connection/connection_core-debug.js
share/jenkins/scripts/yui/connection/connection_core-min.js
share/jenkins/scripts/yui/container/assets/alrt16_1.gif
share/jenkins/scripts/yui/container/assets/blck16_1.gif
share/jenkins/scripts/yui/container/assets/close12_1.gif
share/jenkins/scripts/yui/container/assets/container-core.css
share/jenkins/scripts/yui/container/assets/container.css
share/jenkins/scripts/yui/container/assets/hlp16_1.gif
share/jenkins/scripts/yui/container/assets/info16_1.gif
share/jenkins/scripts/yui/container/assets/skins/sam/container-skin.css
share/jenkins/scripts/yui/container/assets/skins/sam/container.css
share/jenkins/scripts/yui/container/assets/tip16_1.gif
share/jenkins/scripts/yui/container/assets/warn16_1.gif
share/jenkins/scripts/yui/container/container-debug.js
share/jenkins/scripts/yui/container/container-min.js
share/jenkins/scripts/yui/container/container_core-debug.js
share/jenkins/scripts/yui/container/container_core-min.js
share/jenkins/scripts/yui/cookie/cookie-debug.js
share/jenkins/scripts/yui/cookie/cookie-min.js
share/jenkins/scripts/yui/cutdown.sh
share/jenkins/scripts/yui/datasource/datasource-debug.js
share/jenkins/scripts/yui/datasource/datasource-min.js
share/jenkins/scripts/yui/dom/dom-debug.js
share/jenkins/scripts/yui/dom/dom-min.js
share/jenkins/scripts/yui/dragdrop/dragdrop-debug.js
share/jenkins/scripts/yui/dragdrop/dragdrop-min.js
share/jenkins/scripts/yui/editor/assets/editor-core.css
share/jenkins/scripts/yui/editor/assets/simpleeditor-core.css
share/jenkins/scripts/yui/editor/assets/skins/sam/blankimage.png
share/jenkins/scripts/yui/editor/assets/skins/sam/editor-knob.gif
share/jenkins/scripts/yui/editor/assets/skins/sam/editor-skin.css
share/jenkins/scripts/yui/editor/assets/skins/sam/editor-sprite-active.gif
share/jenkins/scripts/yui/editor/assets/skins/sam/editor-sprite.gif
share/jenkins/scripts/yui/editor/assets/skins/sam/editor.css
share/jenkins/scripts/yui/editor/assets/skins/sam/simpleeditor-skin.css
share/jenkins/scripts/yui/editor/assets/skins/sam/simpleeditor.css
share/jenkins/scripts/yui/editor/editor-debug.js
share/jenkins/scripts/yui/editor/editor-min.js
share/jenkins/scripts/yui/editor/simpleeditor-debug.js
share/jenkins/scripts/yui/editor/simpleeditor-min.js
share/jenkins/scripts/yui/element/element-debug.js
share/jenkins/scripts/yui/element/element-min.js
share/jenkins/scripts/yui/event/event-debug.js
share/jenkins/scripts/yui/event/event-min.js
share/jenkins/scripts/yui/fonts/fonts-min.css
share/jenkins/scripts/yui/fonts/fonts.css
share/jenkins/scripts/yui/logger/assets/logger-core.css
share/jenkins/scripts/yui/logger/assets/logger.css
share/jenkins/scripts/yui/logger/assets/skins/sam/logger-skin.css
share/jenkins/scripts/yui/logger/assets/skins/sam/logger.css
share/jenkins/scripts/yui/logger/logger-debug.js
share/jenkins/scripts/yui/logger/logger-min.js
share/jenkins/scripts/yui/menu/assets/menu-core.css
share/jenkins/scripts/yui/menu/assets/menu.css
share/jenkins/scripts/yui/menu/assets/menu_down_arrow.png
share/jenkins/scripts/yui/menu/assets/menu_down_arrow_disabled.png
share/jenkins/scripts/yui/menu/assets/menu_up_arrow.png
share/jenkins/scripts/yui/menu/assets/menu_up_arrow_disabled.png
share/jenkins/scripts/yui/menu/assets/menubaritem_submenuindicator.png
share/jenkins/scripts/yui/menu/assets/menubaritem_submenuindicator_disabled.png
share/jenkins/scripts/yui/menu/assets/menubaritem_submenuindicator_selected.png
share/jenkins/scripts/yui/menu/assets/menuitem_checkbox.png
share/jenkins/scripts/yui/menu/assets/menuitem_checkbox_disabled.png
share/jenkins/scripts/yui/menu/assets/menuitem_checkbox_selected.png
share/jenkins/scripts/yui/menu/assets/menuitem_submenuindicator.png
share/jenkins/scripts/yui/menu/assets/menuitem_submenuindicator_disabled.png
share/jenkins/scripts/yui/menu/assets/menuitem_submenuindicator_selected.png
share/jenkins/scripts/yui/menu/assets/skins/sam/menu-skin.css
share/jenkins/scripts/yui/menu/assets/skins/sam/menu.css
share/jenkins/scripts/yui/menu/assets/skins/sam/menubaritem_submenuindicator.png
share/jenkins/scripts/yui/menu/assets/skins/sam/menubaritem_submenuindicator_disabled.png
share/jenkins/scripts/yui/menu/assets/skins/sam/menuitem_checkbox.png
share/jenkins/scripts/yui/menu/assets/skins/sam/menuitem_checkbox_disabled.png
share/jenkins/scripts/yui/menu/assets/skins/sam/menuitem_submenuindicator.png
share/jenkins/scripts/yui/menu/assets/skins/sam/menuitem_submenuindicator_disabled.png
share/jenkins/scripts/yui/menu/menu-debug.js
share/jenkins/scripts/yui/menu/menu-min.js
share/jenkins/scripts/yui/resize/assets/resize-core.css
share/jenkins/scripts/yui/resize/assets/skins/sam/layout_sprite.png
share/jenkins/scripts/yui/resize/assets/skins/sam/resize-skin.css
share/jenkins/scripts/yui/resize/assets/skins/sam/resize.css
share/jenkins/scripts/yui/resize/resize-debug.js
share/jenkins/scripts/yui/resize/resize-min.js
share/jenkins/scripts/yui/storage/storage-debug.js
share/jenkins/scripts/yui/storage/storage-min.js
share/jenkins/scripts/yui/tabview/assets/border_tabs.css
share/jenkins/scripts/yui/tabview/assets/loading.gif
share/jenkins/scripts/yui/tabview/assets/skin-sam.css
share/jenkins/scripts/yui/tabview/assets/skins/sam/tabview-skin.css
share/jenkins/scripts/yui/tabview/assets/skins/sam/tabview.css
share/jenkins/scripts/yui/tabview/assets/tabview-core.css
share/jenkins/scripts/yui/tabview/assets/tabview.css
share/jenkins/scripts/yui/tabview/tabview-debug.js
share/jenkins/scripts/yui/tabview/tabview-min.js
share/jenkins/scripts/yui/treeview/assets/skins/sam/check0.gif
share/jenkins/scripts/yui/treeview/assets/skins/sam/check1.gif
share/jenkins/scripts/yui/treeview/assets/skins/sam/check2.gif
share/jenkins/scripts/yui/treeview/assets/skins/sam/loading.gif
share/jenkins/scripts/yui/treeview/assets/skins/sam/treeview-loading.gif
share/jenkins/scripts/yui/treeview/assets/skins/sam/treeview-skin.css
share/jenkins/scripts/yui/treeview/assets/skins/sam/treeview-sprite.gif
share/jenkins/scripts/yui/treeview/assets/skins/sam/treeview.css
share/jenkins/scripts/yui/treeview/assets/treeview-core.css
share/jenkins/scripts/yui/treeview/treeview-debug.js
share/jenkins/scripts/yui/treeview/treeview-min.js
share/jenkins/scripts/yui/yahoo/yahoo-debug.js
share/jenkins/scripts/yui/yahoo/yahoo-min.js
share/jenkins/winstone.jar

File Added: pkgsrc/devel/jenkins-lts/distinfo
$NetBSD: distinfo,v 1.1 2016/10/13 09:37:50 fhajny Exp $

SHA1 (jenkins-2.19.1/jenkins.war) = dc28b91e553c1cd42cc30bd75d0f651671e6de0b
RMD160 (jenkins-2.19.1/jenkins.war) = f74eb4c49e9ff681f13f9e3803b1210ea1a868a1
SHA512 (jenkins-2.19.1/jenkins.war) = 0a2d158032c73f36947102cdba9467d8378ffe209c3bfef566288c3b97d66a18972ad57321b7e8f537881ab18807ec8f96ce0990caedc4589e1e984a21134be5
Size (jenkins-2.19.1/jenkins.war) = 69754011 bytes