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-44285] Tool Location overwrites are not preserved #351

Closed
wants to merge 10 commits into from

Commits on Apr 25, 2018

  1. JENKINS-44285

    Tool location was not preserved when configuration is saved. Configuration ui is changed in jelly.
    NodeProperties is initialized in definition.
    Add NodeProperties method added.
    aytuncbeken committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    d0f75c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. JENKINS-44285

    SuppressFBWarning for SE_BAD_FIELD
    Tool location was not preserved when configuration is saved. Configuration ui is changed in jelly.
    NodeProperties is initialized in definition.
    Add NodeProperties method added.
    aytuncbeken committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    6d27033 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Configuration menu
    Copy the full SHA
    ddec66f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    960c0f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2018

  1. Configuration menu
    Copy the full SHA
    8d95d98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c25271 View commit details
    Browse the repository at this point in the history
  3. [JENKINS-44285] Tool Location overwrites are not preserved

    NodeProperties implemented As DescribableList as in Jenkins Slave
    UI preserved as in Node Configuration
    SuppressFBWarning for SE_BAD_FIELD
    setNodeProperties throws IOException, throws added to methods which related.
    aytuncbeken committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    9acb62c View commit details
    Browse the repository at this point in the history
  4. [JENKINS-44285] Tool Location overwrites are not preserved

    NodeProperties implemented As DescribableList as in Jenkins Slave
    UI preserved as in Node Configuration
    SuppressFBWarning for SE_BAD_FIELD
    setNodeProperties throws IOException, throws added to methods which related.
    Comments added.
    aytuncbeken committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    c6f1df5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into JENKINS-44285

    # Conflicts:
    #	src/main/java/org/csanchez/jenkins/plugins/kubernetes/PodTemplateUtils.java
    #	src/test/java/org/csanchez/jenkins/plugins/kubernetes/PodTemplateUtilsTest.java
    aytuncbeken committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    aa0a515 View commit details
    Browse the repository at this point in the history
  6. [JENKINS-44285] Tool Location overwrites are not preserved

    NodeProperties implemented As DescribableList as in Jenkins Slave
    UI preserved as in Node Configuration
    SuppressFBWarning for SE_BAD_FIELD
    setNodeProperties throws IOException, throws added to methods which related.
    Comments added.
    aytuncbeken committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    cb87010 View commit details
    Browse the repository at this point in the history