-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins v1.418; JBoss AS 4.2; JDK 6 Update 21 64-bit; Win2008 R2 EE 64-bit, SP1
Jenkins v1.403, v1.404, v1.405, v1.410, v1.417, v1.418, v1.419, v1.427; Builtin servlet Winstone Servlet Container; JDK 6 Update 25 32-bit; Win7 EE 64-bit, SP1
Jenkins 1.440, WLS 10.3.5; JRockit 1.6.0_28, Win2008R2 64bit SP1
Jenkins 1.437 Winstone, OpenJDK 1.6.0_23, Ubuntu 11.10Jenkins v1.418; JBoss AS 4.2; JDK 6 Update 21 64-bit; Win2008 R2 EE 64-bit, SP1 Jenkins v1.403, v1.404, v1.405, v1.410, v1.417, v1.418, v1.419, v1.427; Builtin servlet Winstone Servlet Container; JDK 6 Update 25 32-bit; Win7 EE 64-bit, SP1 Jenkins 1.440, WLS 10.3.5; JRockit 1.6.0_28, Win2008R2 64bit SP1 Jenkins 1.437 Winstone, OpenJDK 1.6.0_23, Ubuntu 11.10
How to reproduce
- Copy any jenkins.war version listed in "Environment" on a machine similar with the ones described there
- Configure JENKINS_HOME to use a new, empty directory
- Run Jenkins with "java -jar jenkins.war"
- Install email-ext v2.3 and promoted-builds v2.14.1
- Create a new job and add a new promotion process
- Add a new action of type "Editable Email Notification". PROBLEM: When the action is selected from the "Add Action" drop-down, its UI doesn't appear. It's as if the selection wasn't made.
Notes
- Firebug shows an AJAX call going out to the server and the response contains a lot of the expected HTML/JS; however, nothing is actually displayed in the browser
- The server's console log doesn't show any messages, error or otherwise, when step 6 is attempted
- email-ext works as expected when it's configured in the "Post-build Actions" section of a job's configuration page
- Tested the two plugins with a couple of Jenkins versions going back to v1.400. Fortunately, I found that the problem manifests itself only going back to v1.403. On v1.400 and v1.401 the problem doesn't appear; v1.402 doesn't exist. Also of importance, I configured a job with this type of action on v1.401 and then loaded the configuration on v1.418 and email-ext's configuration ui appears on the job configuration page. I still can't add new email-ext actions for promoted-builds from the ui, but it seems that they work if I add them manually, by editing the job's config.xml.
- is related to
-
JENKINS-9294 Attempting to add editable email to a build promotion fails with javascript error "Uncaught TypeError: Cannot call method removeChild of null"
-
- Resolved
-
-
JENKINS-9509 Cannot choose "Editable Email" as action for promotion
-
- Resolved
-