-
Notifications
You must be signed in to change notification settings - Fork 86
Comparing changes
Open a pull request
base repository: silas/node-jenkins
base: main
head repository: funmachine/node-jenkins
compare: master
- 15 commits
- 4 files changed
- 2 contributors
Commits on Apr 25, 2013
-
Added support for build executor status (/computer/api endpoint)
Stephen Palmer committedApr 25, 2013 Configuration menu - View commit details
-
Copy full SHA for edb94e4 - Browse repository at this point
Copy the full SHA edb94e4View commit details
Commits on Apr 30, 2013
-
Fixing api.build.stop to POST request instead of GET, as required by …
…the API
Stephen Palmer committedApr 30, 2013 Configuration menu - View commit details
-
Copy full SHA for e9f1b5c - Browse repository at this point
Copy the full SHA e9f1b5cView commit details
Commits on May 2, 2013
-
Added xml node module dependency
Stephen Palmer committedMay 2, 2013 Configuration menu - View commit details
-
Copy full SHA for 59db4ae - Browse repository at this point
Copy the full SHA 59db4aeView commit details -
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 committedMay 2, 2013 Configuration menu - View commit details
-
Copy full SHA for 250481a - Browse repository at this point
Copy the full SHA 250481aView commit details -
Work in progress on API method to submit Subversion SCM credentials
Stephen Palmer committedMay 2, 2013 Configuration menu - View commit details
-
Copy full SHA for c64f740 - Browse repository at this point
Copy the full SHA c64f740View commit details
Commits on May 3, 2013
-
Fix tab expansion in previous changes to match original file format
Stephen Palmer committedMay 3, 2013 Configuration menu - View commit details
-
Copy full SHA for e4b8649 - Browse repository at this point
Copy the full SHA e4b8649View commit details -
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 committedMay 3, 2013 Configuration menu - View commit details
-
Copy full SHA for 3de5f36 - Browse repository at this point
Copy the full SHA 3de5f36View commit details -
Correct implementation of job.credentials.subversion.password, using …
…multi-part for posting.
Stephen Palmer committedMay 3, 2013 Configuration menu - View commit details
-
Copy full SHA for 9e2d4da - Browse repository at this point
Copy the full SHA 9e2d4daView commit details -
Fail api request if the credentials could not be updated correctly
Stephen Palmer committedMay 3, 2013 Configuration menu - View commit details
-
Copy full SHA for d948152 - Browse repository at this point
Copy the full SHA d948152View commit details -
Fixed a couple of small syntax errors in the Jenkins job template obj…
…ects
Stephen Palmer committedMay 3, 2013 Configuration menu - View commit details
-
Copy full SHA for 69c69eb - Browse repository at this point
Copy the full SHA 69c69ebView commit details -
Remove logging of job config.xml to console
Stephen Palmer committedMay 3, 2013 Configuration menu - View commit details
-
Copy full SHA for ba4863c - Browse repository at this point
Copy the full SHA ba4863cView commit details -
Stephen Palmer committed
May 3, 2013 Configuration menu - View commit details
-
Copy full SHA for 51ce477 - Browse repository at this point
Copy the full SHA 51ce477View commit details -
Streamline and fix assignedNode handling
Stephen Palmer committedMay 3, 2013 Configuration menu - View commit details
-
Copy full SHA for d646f72 - Browse repository at this point
Copy the full SHA d646f72View commit details
Commits on May 13, 2013
-
Added support for envinject plugin to job creation function
Stephen Palmer committedMay 13, 2013 Configuration menu - View commit details
-
Copy full SHA for 6492c4b - Browse repository at this point
Copy the full SHA 6492c4bView commit details
Commits on Oct 6, 2013
-
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.
Configuration menu - View commit details
-
Copy full SHA for 36f62f0 - Browse repository at this point
Copy the full SHA 36f62f0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...master