Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: silas/node-jenkins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: funmachine/node-jenkins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 25, 2013

  1. Configuration menu
    Copy the full SHA
    edb94e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2013

  1. Fixing api.build.stop to POST request instead of GET, as required by …

    …the API
    Stephen Palmer committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    e9f1b5c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2013

  1. Added xml node module dependency

    Stephen Palmer committed May 2, 2013
    Configuration menu
    Copy the full SHA
    59db4ae View commit details
    Browse the repository at this point in the history
  2. Added functions to create and update a build job with configuration d…

    …ata specified in an object hash. Adds API methods configFreestyle and createFreestyle.
    Stephen Palmer committed May 2, 2013
    Configuration menu
    Copy the full SHA
    250481a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c64f740 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2013

  1. Configuration menu
    Copy the full SHA
    e4b8649 View commit details
    Browse the repository at this point in the history
  2. Add support for multi-part form posts to the API, initially to facili…

    …tate posting SVN credentials. Use by setting a callback function to opts.form_callback; if set, the form-data object is passed to the callback when the request is created, which allows any number form parts to be appended, e.g., form.append('key', value)
    Stephen Palmer committed May 3, 2013
    Configuration menu
    Copy the full SHA
    3de5f36 View commit details
    Browse the repository at this point in the history
  3. Correct implementation of job.credentials.subversion.password, using …

    …multi-part for posting.
    Stephen Palmer committed May 3, 2013
    Configuration menu
    Copy the full SHA
    9e2d4da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d948152 View commit details
    Browse the repository at this point in the history
  5. Fixed a couple of small syntax errors in the Jenkins job template obj…

    …ects
    Stephen Palmer committed May 3, 2013
    Configuration menu
    Copy the full SHA
    69c69eb View commit details
    Browse the repository at this point in the history
  6. Remove logging of job config.xml to console

    Stephen Palmer committed May 3, 2013
    Configuration menu
    Copy the full SHA
    ba4863c View commit details
    Browse the repository at this point in the history
  7. Removing unused code

    Stephen Palmer committed May 3, 2013
    Configuration menu
    Copy the full SHA
    51ce477 View commit details
    Browse the repository at this point in the history
  8. Streamline and fix assignedNode handling

    Stephen Palmer committed May 3, 2013
    Configuration menu
    Copy the full SHA
    d646f72 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2013

  1. Added support for envinject plugin to job creation function

    Stephen Palmer committed May 13, 2013
    Configuration menu
    Copy the full SHA
    6492c4b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2013

  1. set remotePoll:true for fast remote polling. -phil

    using fast remote polling restricts some options - "If you want to use this, you can have only one repository with one branch (no wildcards!), and you can not use any excluded regions, excluded users or submodules, otherwise this option will disable itself after save. " (git advanced text in Jenkins itself) - but the alternative is to have all git jobs trigger spurious rebuilds whenever their slaves go offline which is a bigger pain at this point.
    funmachine committed Oct 6, 2013
    Configuration menu
    Copy the full SHA
    36f62f0 View commit details
    Browse the repository at this point in the history
Loading