Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-2409

parameterized builds need to support better programmatic invocations

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • other
    • None
    • Platform: All, OS: All

      For example, people often start a build through wget and curl. A mechanism to
      pass in parameters need to be defined for them.

          [JENKINS-2409] parameterized builds need to support better programmatic invocations

          Code changed in hudson
          User: : huybrechts
          Path:
          trunk/hudson/main/core/src/main/java/hudson/model/AbstractProject.java
          trunk/hudson/main/core/src/main/java/hudson/model/FileParameterDefinition.java
          trunk/hudson/main/core/src/main/java/hudson/model/JobParameterDefinition.java
          trunk/hudson/main/core/src/main/java/hudson/model/ParameterDefinition.java
          trunk/hudson/main/core/src/main/java/hudson/model/ParametersDefinitionProperty.java
          trunk/hudson/main/core/src/main/java/hudson/model/RunParameterDefinition.java
          trunk/hudson/main/core/src/main/java/hudson/model/StringParameterDefinition.java
          http://fisheye4.cenqua.com/changelog/hudson/?cs=14718
          Log:
          JENKINS-2409 build parameters can be submitted with a GET or POST to /job/<name>/buildWithParameters
          Only String parameters are currently supported.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : huybrechts Path: trunk/hudson/main/core/src/main/java/hudson/model/AbstractProject.java trunk/hudson/main/core/src/main/java/hudson/model/FileParameterDefinition.java trunk/hudson/main/core/src/main/java/hudson/model/JobParameterDefinition.java trunk/hudson/main/core/src/main/java/hudson/model/ParameterDefinition.java trunk/hudson/main/core/src/main/java/hudson/model/ParametersDefinitionProperty.java trunk/hudson/main/core/src/main/java/hudson/model/RunParameterDefinition.java trunk/hudson/main/core/src/main/java/hudson/model/StringParameterDefinition.java http://fisheye4.cenqua.com/changelog/hudson/?cs=14718 Log: JENKINS-2409 build parameters can be submitted with a GET or POST to /job/<name>/buildWithParameters Only String parameters are currently supported.

          huybrechts added a comment -

          implemented with GET or POST to /job/<name>/buildWithParameters

          huybrechts added a comment - implemented with GET or POST to /job/<name>/buildWithParameters

          Code changed in hudson
          User: : huybrechts
          Path:
          trunk/www/changelog.html
          http://fisheye4.cenqua.com/changelog/hudson/?cs=14722
          Log:
          noted fix of JENKINS-2409

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : huybrechts Path: trunk/www/changelog.html http://fisheye4.cenqua.com/changelog/hudson/?cs=14722 Log: noted fix of JENKINS-2409

          gradopado added a comment -

          Great news! I'm going to test this feature for sure.

          If I'll find the time I will update the page in wiki
          http://hudson.gotdns.com/wiki/display/JENKINS/Parameterized+Build

          gradopado added a comment - Great news! I'm going to test this feature for sure. If I'll find the time I will update the page in wiki http://hudson.gotdns.com/wiki/display/JENKINS/Parameterized+Build

          pgweiss added a comment -

          Now that this is done, is it a great leap to allow triggered jobs to have
          parameters?

          pgweiss added a comment - Now that this is done, is it a great leap to allow triggered jobs to have parameters?

          huybrechts added a comment -

          It is not related. Can you create another artifact for it ?

          huybrechts added a comment - It is not related. Can you create another artifact for it ?

            Unassigned Unassigned
            kohsuke Kohsuke Kawaguchi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: