Quantcast

[JIRA] (JENKINS-15042) “Took…on master” shown for a build which ran on a slave which was since deleted

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15042) “Took…on master” shown for a build which ran on a slave which was since deleted

JIRA noreply@jenkins-ci.org
Issue Type: Bug Bug
Assignee: jglick
Components: core
Created: 04/Sep/12 8:36 PM
Description:

If you run a build on a slave, then delete the slave node and revisit the build page, it will claim to have been built on master even though build.xml says otherwise in <builtOn>. The reason is that node.jelly takes a Node rather than a String.

A corner case for dumb slaves, but quite common when using a cloud plugin, and rather confusing.

Environment: 1.424
Project: Jenkins
Labels: slave cloud
Priority: Minor Minor
Reporter: jglick
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15042) “Took…on master” shown for a build which ran on a slave which was since deleted

JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/resources/hudson/model/AbstractBuild/index.jelly
core/src/main/resources/hudson/model/Job/buildTimeTrend.jelly
core/src/main/resources/lib/hudson/node.jelly
http://jenkins-ci.org/commit/jenkins/53f21774888e4354c367120eec56c20271184bff
Log:
[FIXED JENKINS-15042] “Took…on master” shown for a build which ran on a slave which was since deleted.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15042) “Took…on master” shown for a build which ran on a slave which was since deleted

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: SCM/JIRA link daemon (04/Sep/12 9:28 PM)
Status: Open Resolved
Resolution: Fixed
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15042) “Took…on master” shown for a build which ran on a slave which was since deleted

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
dogfood commented on Bug JENKINS-15042

Integrated in jenkins_main_trunk #1890
[FIXED JENKINS-15042] “Took…on master” shown for a build which ran on a slave which was since deleted. (Revision 53f21774888e4354c367120eec56c20271184bff)

Result = SUCCESS
Jesse Glick : 53f21774888e4354c367120eec56c20271184bff
Files :

  • core/src/main/resources/hudson/model/AbstractBuild/index.jelly
  • core/src/main/resources/hudson/model/Job/buildTimeTrend.jelly
  • changelog.html
  • core/src/main/resources/lib/hudson/node.jelly
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...