Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: eae6d06ebb51ac4a8e12eed05da76c43beb8b07a
      
https://github.com/jenkinsci/support-core-plugin/commit/eae6d06ebb51ac4a8e12eed05da76c43beb8b07a
  Author: Adrien Lecharpentier <adrien.lecharpent...@gmail.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java

  Log Message:
  -----------
  Fix CloudBees JENKINS_UC url

Use the OSS JENKINS_UC url pattern


  Commit: b34e33825a845a4648e68cae96d5a885c96c076e
      
https://github.com/jenkinsci/support-core-plugin/commit/b34e33825a845a4648e68cae96d5a885c96c076e
  Author: Adrien Lecharpentier <adrien.lecharpent...@gmail.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java

  Log Message:
  -----------
  Fix download url to plugins

The url missed the "download" part of the url to access the plugins. The
curl command didn't output error but the plugins downloaded were html
files containing the 404 message.


  Commit: 61fc366b7c7b673dff561455fe2fd41594a52bcf
      
https://github.com/jenkinsci/support-core-plugin/commit/61fc366b7c7b673dff561455fe2fd41594a52bcf
  Author: Adrien Lecharpentier <adrien.lecharpent...@gmail.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java

  Log Message:
  -----------
  Fix dockerfile generation to reduce RUN command

There is a limit (127) of layer in Docker and the curl commands to
download all the plugins may exceed this limit. So I transform multiple
`RUN curl` command to a single one.


  Commit: e6ec3fd2fed7c1d70e81a87cdee1e6856f347153
      
https://github.com/jenkinsci/support-core-plugin/commit/e6ec3fd2fed7c1d70e81a87cdee1e6856f347153
  Author: Nicolas De loof <nicolas.del...@gmail.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java

  Log Message:
  -----------
  Merge pull request #16 from alecharp/master

Some Dockerfile generation fix: number of layer, url to plugins


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/3ea264c95bc0...e6ec3fd2fed7

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to