~ubuntu-branches/ubuntu/saucy/jenkins/saucy

« back to all changes in this revision

Viewing changes to core/src/main/resources/lib/hudson/project/config-upstream-pseudo-trigger.jelly

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-02-17 17:11:13 UTC
  • mfrom: (5.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20130217171113-eooiq8e14nie0h3v
Tags: 1.480.3+dfsg-1~exp1
* New upstream release (Closes: #700761, #679616):
  - d/control: Versioned BD jenkins-remoting >= 2.22.
  - d/control: Versioned BD jenkins-winstone >= 0.9.10-jenkins-42.
  - d/control: Versioned BD stapler >= 1.198.
  - d/maven.ignoreRules: Ignore new slave-launcher modules until
    packaged.
  - Refreshed patches.
  - Fixes the following security vulnerabilities:
    CVE-2013-0327, CVE-2013-0328, CVE-2013-0329, CVE-2013-0330,
    CVE-2013-0331
* d/control: Versioned BD trilead-putty-extension (>= 1.2)
  (Closes: #698834).
* d/control: Add net-tools and procps dependencies to jenkins
  (Closes: #698835).
* d/rules,control, *.upstart.in: Rejig upstart/init configurations now
  that debhelper does the right thing across Debian/Ubuntu.
* d/rules,plugin_parent.pom.in: Drop as good plugin parent pom now
  provided upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    <f:entry title="${%Projects names}"
39
39
             description="${%Multiple projects can be specified like 'abc, def'}">
40
40
      <f:textbox name="upstreamProjects" value="${h.getProjectListString(up)}"
41
 
        checkUrl="'descriptorByName/hudson.tasks.BuildTrigger/check?value='+encodeURIComponent(this.value)"
 
41
        checkUrl="'descriptorByName/hudson.tasks.BuildTrigger/check?upstream=true&amp;value='+encodeURIComponent(this.value)"
42
42
        autoCompleteField="upstreamProjects"/>
43
43
    </f:entry>
44
44
  </f:optionalBlock>