[JIRA] [matrixtieparent] (JENKINS-17354) Label expression kills slave executors

2013-04-17 Thread kbertel...@java.net (JIRA)















































kbertelson
 resolved  JENKINS-17354 as Cannot Reproduce


Label _expression_ kills slave executors
















I tried to duplicate this on Jenkins v1.511

I have a test system with two nodes:  master and porter
Most settings use jenkins defaults.

For both nodes, I've set Labels:  buildmachine

Then, I created a simple matrix job and set
Tie parent build to a node:  buildmachine (group of Jenkins,porter)

The matrix job worked.

I examined the job's generated config.xml as suggested by pmv's comment:

matrixtieparent.BuildWrapperMtp plugin="matrixtieparent@1.1"
  labelNamebuildmachine/labelName
/matrixtieparent.BuildWrapperMtp

v1.511 appears to act correctly:  it is not automatically quoting the labelName.

(Sorry for taking so long to look at this.)





Change By:


kbertelson
(17/Apr/13 4:53 PM)




Status:


Open
Resolved





Fix Version/s:


current





Resolution:


CannotReproduce



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [matrixtieparent] (JENKINS-17354) Label expression kills slave executors

2013-04-17 Thread p...@java.net (JIRA)














































pmv
 commented on  JENKINS-17354


Label _expression_ kills slave executors















I was curious when this may have been fixed, so I looked through the Jenkins changelog.  For documentation, it appears this was fixed in 1.509:

What's new in 1.509 (2013/04/02)
...
Quoted label _expression_ can result into dead executors (throwing exception) (issue 17128)

Link: https://issues.jenkins-ci.org/browse/JENKINS-17128

Looks like I may have to update from 1.480.3.  Thanks.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [matrixtieparent] (JENKINS-17354) Label expression kills slave executors

2013-04-12 Thread p...@java.net (JIRA)














































pmv
 commented on  JENKINS-17354


Label _expression_ kills slave executors















It appears the stack trace happens because in the job xml configuration, it saves the configuration with quotes around it.  For example, if I have a matrix job, and I use this plugin to tie the parent, the config.xml gets saved as:


assignedNodequot;!masteramp;amp;!mavenquot;/assignedNode


I think the quotes around the whole thing are causing the issue.  If I edit the config.xml and change it to this:

assignedNode!masteramp;amp;!maven/assignedNode


I don't get the stack trace.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.