Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 810a3954cc07eb0561ee201d4a1e8efeb41d18a1
https://github.com/jenkinsci/jenkins/commit/810a3954cc07eb0561ee201d4a1e8efeb41d18a1
Author: Jesse Glick <[email protected]>
Date: 2013-01-22 (Tue, 22 Jan 2013)
Changed paths:
M core/src/main/java/hudson/ExpressionFactory2.java
Log Message:
-----------
[JENKINS-16444] Diagnostics useful for this and similar exceptions during
Jelly evaluation.
Commit: 0bdde83cbb18300d555dda4e7f0ee663f4ad267f
https://github.com/jenkinsci/jenkins/commit/0bdde83cbb18300d555dda4e7f0ee663f4ad267f
Author: Jesse Glick <[email protected]>
Date: 2013-01-22 (Tue, 22 Jan 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/tasks/BuildTrigger.java
M core/src/main/resources/hudson/tasks/BuildTrigger/config.jelly
Log Message:
-----------
[FIXED JENKINS-16444] NPE showEvenIfUnstableOption when first adding trigger
section.
At this time the target project is unset so it has no known type and we just
have to assume the threshold is valid.
Compare:
https://github.com/jenkinsci/jenkins/compare/a1e709ddf0ca...0bdde83cbb18