Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: email-ext-plugin, promoted-builds-plugin
-
Labels:None
-
Environment: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
-
Similar Issues:
Description
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.
Attachments
Issue Links
- 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
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
email-ext v2.3 doesn't seem to work with promoted-builds v2.14.1. These are currently the latest versions for both of them. How to reproduce: Create a new job and add a new promotion process. Try adding a new action of type "Editable Email Notification". What happens: Nothing. When this type of action is selected from the "add action" drop-down its UI doesn't appear. It's as if the selection wasn't made. I tried, without success, saving the job after I attempt to add that step and re-entering its configuration page. The console log of my JBoss instance dosen't show any messages, error or otherwise, when this configuration is attempted. email-ext works as expected when it is configured in the "Post-build Actions" section of the configuration page. I have a couple dozen plugins installed. Maybe its an issue specific to my configuration. Someone please try to reproduce it on another instance and I'll get back when/if I manage to test this on a new Jenkins installation. |
email-ext v2.3 doesn't work with promoted-builds v2.14.1 on Jenkins v1.427. All versions are the latest as of this writing. How to reproduce: 1. Copy jenkins.war on a machine matching as close as possible one of the environments described in this issue 2. Configure JENKINS_HOME to use a new, empty directory 3. Run Jenkins with "java -jar jenkins.war" 4. Install the versions of email-ext and promoted-builds described in this issue 5. Open "Configure System" and configure the section "E-mail Notification" 6. Create a new job and add a new promotion process 7. Add a new action of type "Editable Email Notification" What happens: At step 7, when the type of action "Editable Email Notification" is selected from the "add action" drop-down, its UI doesn't appear. It's as if the selection wasn't made. Notes: * I tried, without success, saving the job after I attempt to add that action and re-entering its configuration page * Firebug shows an AJAX call going out to the server and a response contains a lot of the expected HTML/JS; however, nothing is actually displayed in the browser * The JBoss console log dosen't show any messages, error or otherwise, when this configuration is attempted * email-ext works as expected when it is configured in the "Post-build Actions" section of the configuration page |
Environment | Jenkins v1.418, JBoss AS 4.2, JDK 6 Update 21, Win2008 R2 EE x86-64 |
Jenkins v1.418; JBoss AS 4.2; JDK 6 Update 21 64-bit; Win2008 R2 EE 64-bit, SP1 Jenkins v1.427; Builtin servlet Winstone Servlet Container; JDK 6 Update 25 32-bit; Win7 EE 64-bit, SP1 |
Summary | email-ext v2.3 doesn't work with promoted-builds v2.14.1 | email-ext v2.3 doesn't work with promoted-builds v2.14.1 on Jenkins v1.427 |
Description |
email-ext v2.3 doesn't work with promoted-builds v2.14.1 on Jenkins v1.427. All versions are the latest as of this writing. How to reproduce: 1. Copy jenkins.war on a machine matching as close as possible one of the environments described in this issue 2. Configure JENKINS_HOME to use a new, empty directory 3. Run Jenkins with "java -jar jenkins.war" 4. Install the versions of email-ext and promoted-builds described in this issue 5. Open "Configure System" and configure the section "E-mail Notification" 6. Create a new job and add a new promotion process 7. Add a new action of type "Editable Email Notification" What happens: At step 7, when the type of action "Editable Email Notification" is selected from the "add action" drop-down, its UI doesn't appear. It's as if the selection wasn't made. Notes: * I tried, without success, saving the job after I attempt to add that action and re-entering its configuration page * Firebug shows an AJAX call going out to the server and a response contains a lot of the expected HTML/JS; however, nothing is actually displayed in the browser * The JBoss console log dosen't show any messages, error or otherwise, when this configuration is attempted * email-ext works as expected when it is configured in the "Post-build Actions" section of the configuration page |
h5. How to reproduce # Copy jenkins.war for any version between 1.403 - 1.427 on a machine matching as close as possible one of the environments described in this issue # 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. h5. 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 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. |
Priority | Critical [ 2 ] | Major [ 3 ] |
Summary | email-ext v2.3 doesn't work with promoted-builds v2.14.1 on Jenkins v1.427 | email-ext v2.3 can't be configured normally with promoted-builds v2.14.1 since Jenkins v1.403 |
Link |
This issue is related to |
Link |
This issue is related to |
Description |
h5. How to reproduce # Copy jenkins.war for any version between 1.403 - 1.427 on a machine matching as close as possible one of the environments described in this issue # 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. h5. 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 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. |
h5. 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. h5. 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. |
Environment |
Jenkins v1.418; JBoss AS 4.2; JDK 6 Update 21 64-bit; Win2008 R2 EE 64-bit, SP1 Jenkins v1.427; Builtin servlet Winstone Servlet Container; JDK 6 Update 25 32-bit; Win7 EE 64-bit, SP1 |
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 |
Environment |
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 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 |
Assignee | b2jrock [ b2jrock ] |
Fix Version/s | current [ 10162 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 141014 ] | JNJira + In-Review [ 189389 ] |