Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: ffc270bb7ac1992c961c86f1d8e3d62a4158d429
      
https://github.com/jenkinsci/platformlabeler-plugin/commit/ffc270bb7ac1992c961c86f1d8e3d62a4158d429
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-06-15 (Sat, 15 Jun 2019)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTask.java

  Log Message:
  -----------
  Linux 32 bit check doesn't need isWindows()

Caller has already validated platform is Linux, not Windows, no need to
add a conditional that will never be true.


  Commit: 700959170129469edb4cc03312553c6738737189
      
https://github.com/jenkinsci/platformlabeler-plugin/commit/700959170129469edb4cc03312553c6738737189
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-06-15 (Sat, 15 Jun 2019)

  Changed paths:
    M README.md
    M 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTask.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskTest.java

  Log Message:
  -----------
  [JENKINS-56493] Label Linux even without lsb_release

Linux agent labeling prefers the output of the lsb_release command for
historical reasons.  Many slim and lite versions of operating systems do
not provide the lsb_release command (Alpine, Debian Slim, etc.).  If the
lsb_release command is not found, use the contents of /etc/os-release
to approximate the values that would have been returned from lsb_release.

Some Linux distributions (like Arch and Gentoo) do not have a "version",
so the package uses BUILD_ID from /etc/os-release if it is available.


  Commit: 7217e5bb2129496619da5d2958e9143f1dec01d6
      
https://github.com/jenkinsci/platformlabeler-plugin/commit/7217e5bb2129496619da5d2958e9143f1dec01d6
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-06-15 (Sat, 15 Jun 2019)

  Changed paths:
    M README.md
    M 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTask.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskTest.java

  Log Message:
  -----------
  Merge pull request #77 from MarkEWaite/detect-more-linux-platforms

[JENKINS-56493] Label Linux even without lsb_release


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/d32ffe814b8d...7217e5bb2129

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/platformlabeler-plugin/push/refs/heads/master/d32ffe-7217e5%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to