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 #318

Merged
merged 15 commits into from
Jul 16, 2018

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

Commits on Jun 26, 2018

  1. [JENKINS-44285] Tool Location overwrites are not preserved

    NodeProperties implemented As DescribableList as in Jenkins Slave
    UI preserved as in Node Configuration
    DescribableList implemented as PodTemplateToolLocation as Serializable
    Comments added.
    aytuncbeken committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    0d18be8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2018

  1. [JENKINS-44285] Tool Location overwrites are not preserved

    NodeProperties implemented As DescribableList as in Jenkins Slave
    UI preserved as in Node Configuration
    DescribableList implemented as PodTemplateToolLocation as Serializable
    Comments added.
    Unnecessary throws Removed
    aytuncbeken committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    a89692d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/jenkinsci/kubernetes-plugin

    … into JENKINS-44285
    
    # Conflicts:
    #	src/main/java/org/csanchez/jenkins/plugins/kubernetes/PodTemplateUtils.java
    aytuncbeken committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    e9fbcb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2018

  1. NodeProperties implemented As DescribableList as in Jenkins Slave

    UI preserved as in Node Configuration
    DescribableList implemented as PodTemplateToolLocation as Serializable
    Comments added.
    Unnecessary throws Removed
    White Spaces removed
    Mit License Added
    aytuncbeken committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    6b09e00 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Reformat

    carlossg committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    0c0e489 View commit details
    Browse the repository at this point in the history