Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 834c37c6ea88001dbad292ec313c1c15ac82ea0c
      
https://github.com/jenkinsci/gradle-jpi-plugin/commit/834c37c6ea88001dbad292ec313c1c15ac82ea0c
  Author: Benedikt Ritter <[email protected]>
  Date:   2019-06-20 (Thu, 20 Jun 2019)

  Changed paths:
    M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
    M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtensionSpec.groovy

  Log Message:
  -----------
  Put work directory inside project directory

Previously the rootDir was used as parent for the work directory. This
led to the situation where a subproject containing a jenkins plugin put
the work directory at the top of the project hierarchy. This becomes
especially problematic when several jenkins plugins are managed from one
root projects.

This change uses `project.projectDir` instead which will be the same as
`project.rootDir` for projects without sub projcts but will be the
actual project directory for nested projects.


  Commit: 875b027574686d0d6c49c2765a65cb842ce239bb
      
https://github.com/jenkinsci/gradle-jpi-plugin/commit/875b027574686d0d6c49c2765a65cb842ce239bb
  Author: Steve Hill <[email protected]>
  Date:   2019-06-22 (Sat, 22 Jun 2019)

  Changed paths:
    M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
    M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtensionSpec.groovy

  Log Message:
  -----------
  Merge pull request #113 from britter/workDir-in-projectDir

Put work directory inside project directory


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/6599ffac7793...875b02757468

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/6599ff-875b02%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to