Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 1409fdff1955581b91904d73781054a63f1d6f85
https://github.com/jenkinsci/jenkins/commit/1409fdff1955581b91904d73781054a63f1d6f85
Author: Reynald Borer <[email protected]>
Date: 2012-04-25 (Wed, 25 Apr 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/model/ParametersDefinitionProperty.java
Log Message:
-----------
[FIXED JENKINS-13546]: return a JSON string when client request it through
content-type header
When a client uses the buildWithParameters API and request a json output,
return the job definition as a json string instead of doing a redirect on the
job page.
Commit: c12df414eabda0721fdf6ceebdff09f6d99c238c
https://github.com/jenkinsci/jenkins/commit/c12df414eabda0721fdf6ceebdff09f6d99c238c
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-25 (Wed, 25 Apr 2012)
Changed paths:
M core/src/main/java/hudson/model/ParametersDefinitionProperty.java
Log Message:
-----------
[JENKINS-13536] I think the proper thing to do is to use the Accept header,
not the Content-Type header.
Compare: https://github.com/jenkinsci/jenkins/compare/7dff954...c12df41