Full name:
org.kuali.maven.plugins:jenkins-maven-plugin:1.1.13:syncworkspaces
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
executable | String | - | The rsync executable Default value is: rsync. |
localJobsDir | File | - | The local directory where Jenkins stores job information and
workspaces Default value is: /var/lib/jenkins/jobs. |
workspaceServerDir | String | - | The directory on the workspace server containing workspaces Default value is: /var/lib/jenkins/workspace. |
workspaceServerHostname | String | - | The hostname for the workspace server Default value is: ws.rice.kuali.org. |
workspaceServerUser | String | - | The user to login to the workspace server with Default value is: root. |
Name | Type | Since | Description |
---|---|---|---|
failOnError | boolean | - | If true, the Maven build will fail if rsync returns a
non-zero exit value Default value is: true. |
stats | boolean | - | If true, rsync shows transfer statistics. Equivalent to passing
rsync --stats Default value is: false. |
trackedBuildNumbers | String | - | Properties file containing the jobs and buildNumbers the plugin has
sync'd to the workspace server Default value is: ${user.home}/.jenkins-maven-plugin/trackedBuildNumbers.properties. |
verbose | boolean | - | If true, rsync logs files that get transferred to the workspace
server. Equivalent to passing rsync -v Default value is: false. |