Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-45892] IllegalStateException at hudson.XmlFile.replaceIfNotA… #257

Merged
merged 9 commits into from
Dec 1, 2017

Commits on Nov 30, 2017

  1. [JENKINS-45892] IllegalStateException at hudson.XmlFile.replaceIfNotA…

    …tTopLevel
    
    JENKINS-45892 introduced a change that is causing
    
    Nov 29, 2017 6:58:52 PM hudson.XmlFile replaceIfNotAtTopLevel
    WARNING: JENKINS-45892: reference to org.jenkinsci.plugins.workflow.job.WorkflowJob@488f6bf6[cloudbees/test/branch] being saved from unexpected /var/jenkins_home/jobs/test/branches/branch.njvm0k/builds/7/build.xml
    java.lang.IllegalStateException
            at hudson.XmlFile.replaceIfNotAtTopLevel(XmlFile.java:210)
    carlossg committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    435efcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d55cfce View commit details
    Browse the repository at this point in the history
  3. Remove duplication

    carlossg committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    02b946d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86a15bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01d2767 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f49f8ef View commit details
    Browse the repository at this point in the history
  7. Lower the logging level

    carlossg committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    7728d9a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Refactor PodTemplateAction and NamespaceAction

    to make things simpler and more object oriented
    carlossg committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    4782429 View commit details
    Browse the repository at this point in the history
  2. Refactor PodTemplateAction and NamespaceAction

    Leave deprecated methods as they were
    carlossg committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    70e8346 View commit details
    Browse the repository at this point in the history