[JIRA] (JENKINS-38479) Grade Plugin: Fix Documentation of the "Root Build script" attribute

2019-11-19 Thread stefan.wolf....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Wolf updated  JENKINS-38479  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38479  
 
 
  Grade Plugin: Fix Documentation of the "Root Build script" attribute   
 

  
 
 
 
 

 
Change By: 
 Stefan Wolf  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.174661.1474685886000.3223.1574161860585%40Atlassian.JIRA.


[JIRA] (JENKINS-38479) Grade Plugin: Fix Documentation of the "Root Build script" attribute

2019-10-20 Thread kalana...@cse.mrt.ac.lk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kalana Wijethunga assigned an issue to Kalana Wijethunga  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38479  
 
 
  Grade Plugin: Fix Documentation of the "Root Build script" attribute   
 

  
 
 
 
 

 
Change By: 
 Kalana Wijethunga  
 
 
Assignee: 
 Stefan Wolf Kalana Wijethunga  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.174661.1474685886000.11203.1571574900349%40Atlassian.JIRA.


[JIRA] (JENKINS-38479) Grade Plugin: Fix Documentation of the "Root Build script" attribute

2019-10-19 Thread kalana...@cse.mrt.ac.lk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kalana Wijethunga commented on  JENKINS-38479  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Grade Plugin: Fix Documentation of the "Root Build script" attribute   
 

  
 
 
 
 

 
 Hi,  I have added a PR to fix this issue. https://github.com/jenkinsci/gradle-plugin/pull/86  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.174661.1474685886000.11060.1571540820168%40Atlassian.JIRA.


[JIRA] (JENKINS-38479) Grade Plugin: Fix Documentation of the "Root Build script" attribute

2019-10-14 Thread stefan.wolf....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Wolf updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38479  
 
 
  Grade Plugin: Fix Documentation of the "Root Build script" attribute   
 

  
 
 
 
 

 
Change By: 
 Stefan Wolf  
 
 
Labels: 
 hacktoberfest  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.174661.1474685886000.7117.1571065921637%40Atlassian.JIRA.


[JIRA] (JENKINS-38479) Grade Plugin: Fix Documentation of the "Root Build script" attribute

2016-09-23 Thread seros...@cisco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sebastien Rosset updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38479  
 
 
  Grade Plugin: Fix Documentation of the "Root Build script" attribute   
 

  
 
 
 
 

 
Change By: 
 Sebastien Rosset  
 

  
 
 
 
 

 
 The Gradle plugin has the following documentation for the "Root Build script" attribute:{quote}If your workspace has the top-level build.gradle in somewhere other than the module root directory, specify the path (relative to the module root) here, such as $\{workspace\}/parent/ instead of just $\{workspace\}. If left empty, defaults to build.gradle{quote}The doc is confusing because:1) The doc states the path is relative to the module root, but at the same time it provides an example with an absolute path - assuming $ \ {workspace \ } is expanded to an absolute path.2) The doc provides $ \ {workspace \ } as an example, is this referring to the WORKSPACE environment variable? Then shouldn't it be all caps? 3) It's not clear if the user is supposed to enter a directory name or a file name. The documentation has an example with $ \ {workspace \ }/parent/ which is a directory, but the doc also states the default is build.gradle, which is a file.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

 

[JIRA] (JENKINS-38479) Grade Plugin: Fix Documentation of the "Root Build script" attribute

2016-09-23 Thread seros...@cisco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sebastien Rosset updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38479  
 
 
  Grade Plugin: Fix Documentation of the "Root Build script" attribute   
 

  
 
 
 
 

 
Change By: 
 Sebastien Rosset  
 

  
 
 
 
 

 
 The Gradle plugin has the following documentation for the "Root Build script" attribute:{quote}If your workspace has the top-level build.gradle in somewhere other than the module root directory, specify the path (relative to the module root) here, such as $ \ {workspace \ }/parent/ instead of just $ \ {workspace \ }. If left empty, defaults to build.gradle{quote}The doc is confusing because:1) The doc states the path is relative to the module root, but at the same time it provides an example with an absolute path - assuming ${workspace} is expanded to an absolute path.2) The doc provides ${workspace} as an example, is this referring to the WORKSPACE environment variable? Then shouldn't it be all caps? 3) It's not clear if the user is supposed to enter a directory name or a file name. The documentation has an example with ${workspace}/parent/ which is a directory, but the doc also states the default is build.gradle, which is a file.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

   

[JIRA] (JENKINS-38479) Grade Plugin: Fix Documentation of the "Root Build script" attribute

2016-09-23 Thread seros...@cisco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sebastien Rosset updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38479  
 
 
  Grade Plugin: Fix Documentation of the "Root Build script" attribute   
 

  
 
 
 
 

 
Change By: 
 Sebastien Rosset  
 

  
 
 
 
 

 
 The Gradle plugin has the following documentation for the "Root Build script" attribute:{quote} {{ If your workspace has the top-level build.gradle in somewhere other than the module root directory, specify the path (relative to the module root) here, such as ${workspace}/parent/ instead of just ${workspace}. If left empty, defaults to build.gradle}} {quote} The doc is confusing because:1) The doc states the path is relative to the module root, but at the same time it provides an example with an absolute path - assuming ${workspace} is expanded to an absolute path.2) The doc provides ${workspace} as an example, is this referring to the WORKSPACE environment variable? Then shouldn't it be all caps? 3) It's not clear if the user is supposed to enter a directory name or a file name. The documentation has an example with ${workspace}/parent/ which is a directory, but the doc also states the default is build.gradle, which is a file.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

   

[JIRA] (JENKINS-38479) Grade Plugin: Fix Documentation of the "Root Build script" attribute

2016-09-23 Thread seros...@cisco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sebastien Rosset updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38479  
 
 
  Grade Plugin: Fix Documentation of the "Root Build script" attribute   
 

  
 
 
 
 

 
Change By: 
 Sebastien Rosset  
 

  
 
 
 
 

 
 The Gradle plugin has the following documentation for the "Root Build script" attribute:{quote}If your workspace has the top-level build.gradle in somewhere other than the module root directory, specify the path (relative to the module root) here, such as ${workspace}/parent/ instead of just ${workspace}. If left empty, defaults to build.gradle {quote } } The doc is confusing because:1) The doc states the path is relative to the module root, but at the same time it provides an example with an absolute path - assuming ${workspace} is expanded to an absolute path.2) The doc provides ${workspace} as an example, is this referring to the WORKSPACE environment variable? Then shouldn't it be all caps? 3) It's not clear if the user is supposed to enter a directory name or a file name. The documentation has an example with ${workspace}/parent/ which is a directory, but the doc also states the default is build.gradle, which is a file.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  

[JIRA] (JENKINS-38479) Grade Plugin: Fix Documentation of the "Root Build script" attribute

2016-09-23 Thread seros...@cisco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sebastien Rosset updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38479  
 
 
  Grade Plugin: Fix Documentation of the "Root Build script" attribute   
 

  
 
 
 
 

 
Change By: 
 Sebastien Rosset  
 

  
 
 
 
 

 
 The Gradle plugin has the following documentation for the "Root Build script" attribute:{ quote} { { If your workspace has the top-level build.gradle in somewhere other than the module root directory, specify the path (relative to the module root) here, such as ${workspace}/parent/ instead of just ${workspace}. If left empty, defaults to build.gradle}} {quote} The doc is confusing because:1) The doc states the path is relative to the module root, but at the same time it provides an example with an absolute path - assuming ${workspace} is expanded to an absolute path.2) The doc provides ${workspace} as an example, is this referring to the WORKSPACE environment variable? Then shouldn't it be all caps? 3) It's not clear if the user is supposed to enter a directory name or a file name. The documentation has an example with ${workspace}/parent/ which is a directory, but the doc also states the default is build.gradle, which is a file.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

 

[JIRA] (JENKINS-38479) Grade Plugin: Fix Documentation of the "Root Build script" attribute

2016-09-23 Thread seros...@cisco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sebastien Rosset updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38479  
 
 
  Grade Plugin: Fix Documentation of the "Root Build script" attribute   
 

  
 
 
 
 

 
Change By: 
 Sebastien Rosset  
 

  
 
 
 
 

 
 The Gradle plugin has the following documentation for the "Root Build script" attribute: {{ If your workspace has the top-level build.gradle in somewhere other than the module root directory, specify the path (relative to the module root) here, such as ${workspace}/parent/ instead of just ${workspace}. If left empty, defaults to build.gradle }} The doc is confusing because:1) The doc states the path is relative to the module root, but at the same time it provides an example with an absolute path - assuming ${workspace} is expanded to an absolute path.2) The doc provides ${workspace} as an example, is this referring to the WORKSPACE environment variable? Then shouldn't it be all caps? 3) It's not clear if the user is supposed to enter a directory name or a file name. The documentation has an example with ${workspace}/parent/ which is a directory, but the doc also states the default is build.gradle, which is a file.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

 

[JIRA] (JENKINS-38479) Grade Plugin: Fix Documentation of the "Root Build script" attribute

2016-09-23 Thread seros...@cisco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sebastien Rosset created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38479  
 
 
  Grade Plugin: Fix Documentation of the "Root Build script" attribute   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 wolfs  
 
 
Components: 
 gradle-plugin  
 
 
Created: 
 2016/Sep/24 2:58 AM  
 
 
Environment: 
 Jenkins ver. 1.642.18.3 (CloudBees Jenkins Enterprise 15.11)  Gradle Plugin  Chrome Web browser  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Sebastien Rosset  
 

  
 
 
 
 

 
 The Gradle plugin has the following documentation for the "Root Build script" attribute: If your workspace has the top-level build.gradle in somewhere other than the module root directory, specify the path (relative to the module root) here, such as *$ {workspace}/parent/ *instead of just ${workspace} . If left empty, defaults to build.gradle The doc is confusing because: 1) The doc states the path is relative to the module root, but at the same time it provides an example with an absolute path - assuming $ {workspace} is expanded to an absolute path. 2) The doc provides ${workspace}  as an example, is this referring to the WORKSPACE environment variable? Then shouldn't it be all caps?  3) It's not clear if the user is supposed to enter a directory name or a file name. The documentation has an example with $ {workspace} /parent/ which is a directory, but the doc also states the default is build.gradle, which is a file.  
 

  
 
 
 
 

 
 

[JIRA] (JENKINS-38479) Grade Plugin: Fix Documentation of the "Root Build script" attribute

2016-09-23 Thread seros...@cisco.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sebastien Rosset updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38479  
 
 
  Grade Plugin: Fix Documentation of the "Root Build script" attribute   
 

  
 
 
 
 

 
Change By: 
 Sebastien Rosset  
 

  
 
 
 
 

 
 The Gradle plugin has the following documentation for the "Root Build script" attribute:If your workspace has the top-level build.gradle in somewhere other than the module root directory, specify the path (relative to the module root) here, such as  * ${workspace}/parent/  * instead of just ${workspace}. If left empty,  * defaults to build.gradle * The doc is confusing because:1) The doc states the path is relative to the module root, but at the same time it provides an example with an absolute path - assuming ${workspace} is expanded to an absolute path.2) The doc provides ${workspace} as an example, is this referring to the WORKSPACE environment variable? Then shouldn't it be all caps? 3) It's not clear if the user is supposed to enter a directory name or a file name. The documentation has an example with ${workspace}/parent/ which is a directory, but the doc also states the default is build.gradle, which is a file.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)