Daniel Beck resolved Bug JENKINS-12550 as Cannot Reproduce

Cannot Reproduce on 1.58x:

  1. Create maven Job. No <jdk> in XML;
    println Jenkins.instance.getItemByFullName('JENKINS-12550').JDK
    in Script Console prints null
  2. Add the first JDK in the global config
  3. Repeat step 1. No <jdk>, script prints JDK name.
  4. Configure and Save the first Maven job. Still no <jdk>, script prints JDK name.
  5. Create a new maven job. Still no <jdk>, script prints JDK name.
  6. Add a second JDK in the global config. No <jdk>, script prints JDK name.
  7. Configure and Save a Maven job. Now there is <jdk> in XML (Default), script prints null again.
  8. Configure a Maven job to use a specified JDK, and Save. Now there is <jdk> in XML (JDK name), script prints JDK name.
Change By: Daniel Beck (12/Oct/14 1:13 PM)
Status: Open Resolved

        
Resolution: Cannot Reproduce
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to