~ubuntu-branches/ubuntu/trusty/jenkins/trusty

« back to all changes in this revision

Viewing changes to core/src/main/resources/hudson/tasks/Maven/help_zh_TW.jelly

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-08-13 12:35:19 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20130813123519-tizgfxcr70trl7r0
Tags: 1.509.2+dfsg-1
* New upstream release (Closes: #706725):
  - d/control: Update versioned BD's:
    * jenkins-executable-war >= 1.28.
    * jenkins-instance-identity >= 1.3.
    * libjenkins-remoting-java >= 2.23.
    * libjenkins-winstone-java >= 0.9.10-jenkins-44.
    * libstapler-java >= 1.207.
    * libjenkins-json-java >= 2.4-jenkins-1.
    * libstapler-adjunct-timeline-java >= 1.4.
    * libstapler-adjunct-codemirror-java >= 1.2.
    * libmaven-hpi-plugin-java >= 1.93.
    * libjenkins-xstream-java >= 1.4.4-jenkins-3.
  - d/maven.rules: Map to older version of animal-sniffer-maven-plugin.
  - Add patch for compatibility with guava >= 0.14.
  - Add patch to exclude asm4 dependency via jnr-posix.
  - Fixes the following security vulnerabilities:
    CVE-2013-2034, CVE-2013-2033, CVE-2013-2034, CVE-2013-1808
* d/patches/*: Switch to using git patch-queue for managing patches.
* De-duplicate jars between libjenkins-java and jenkins-external-job-monitor
  (Closes: #701163):
  - d/control: Add dependency between jenkins-external-job-monitor ->
    libjenkins-java.
  - d/rules: 
    Drop installation of jenkins-core in jenkins-external-job-monitor.
  - d/jenkins-external-job-monitor.{links,install}: Link to jenkins-core
    in /usr/share/java instead of included version.
* Wait longer for jenkins to stop during restarts (Closes: #704848):
  - d/jenkins.init: Re-sync init script from upstream codebase.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<?jelly escape-by-default='true'?>
 
3
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout">
 
4
<l:ajax>
 
5
<div>
 
6
    <p>
 
7
  適用以 Maven 建置的專案,讓 Jenkins 使用指定的 Goal 及選項叫用 Maven。
 
8
  Jenkins 會將 Maven 任何非 0 的結束代碼都視為建置失敗。
 
9
  某些版本的 Maven 有 Bug,不會回傳正確的結束代碼。
 
10
    </p>
 
11
    <p>
 
12
  Jenkins 傳送<a href="../../env-vars.html" target="_new">多個環境變數</a>給
 
13
  Maven,您可以在 Maven 裡用 "${env.VARIABLENAME}" 來取得變數值。
 
14
    </p>
 
15
    <p>
 
16
  同樣的變數也可以用在命令列參數裡 (假設您是從 Shell 叫用)。
 
17
  例如: <code>-DresultsFile=${WORKSPACE}/${BUILD_TAG}.results.txt</code>。
 
18
    </p>
 
19
</div>
 
20
</l:ajax>
 
21
</j:jelly>