pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Import Jenkins 2.19.1 (LTS) as devel/jenkins-lts.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f394d9834ca
branches: trunk
changeset: 353783:0f394d9834ca
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Thu Oct 13 09:37:50 2016 +0000
description:
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.
diffstat:
devel/jenkins-lts/DESCR | 20 +
devel/jenkins-lts/Makefile | 12 +
devel/jenkins-lts/PLIST | 1203 +++++++++++++++++++++++++++++++++++++++++
devel/jenkins-lts/distinfo | 6 +
devel/jenkins/Makefile.common | 3 +-
5 files changed, 1243 insertions(+), 1 deletions(-)
diffs (truncated from 1268 to 300 lines):
diff -r 750fc757d893 -r 0f394d9834ca devel/jenkins-lts/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/jenkins-lts/DESCR Thu Oct 13 09:37:50 2016 +0000
@@ -0,0 +1,20 @@
+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.
diff -r 750fc757d893 -r 0f394d9834ca devel/jenkins-lts/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/jenkins-lts/Makefile Thu Oct 13 09:37:50 2016 +0000
@@ -0,0 +1,12 @@
+# $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@localhost
+COMMENT= Open source continuous integration server (LTS release)
+
+.include "../../devel/jenkins/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 750fc757d893 -r 0f394d9834ca devel/jenkins-lts/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/jenkins-lts/PLIST Thu Oct 13 09:37:50 2016 +0000
@@ -0,0 +1,1203 @@
+@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
Home |
Main Index |
Thread Index |
Old Index