From ad92ad461159ea3320da15f9d7030cdd12d83cee Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Fri, 15 Apr 2011 17:29:30 -0700 Subject: [PATCH] [JENKINS-9397] recording the change --- changelog.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.html b/changelog.html index dca432205f..ddfd7de185 100644 --- a/changelog.html +++ b/changelog.html @@ -67,6 +67,9 @@ Upcoming changes
  • fixed "Copy existing job" autocompletion. (issue 9384) +
  • + Zip/tar files created by Jenkins now properly retains Unix file modes. + (issue 9397)
  • Added two new CLI commands "wait-node-online" and "wait-node-offline" to block until a slave becomes online/offline.
  • -- GitLab