Full name:
org.kuali.maven.plugins:jenkins-maven-plugin:1.2.3-SNAPSHOT: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 as 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. |
forceSync | boolean | - | If true, sync all jobs even if the job has not been re-run since
the last sync Default value is: false. |
ignoreJobs | String | - | Comma separated list of jobs to ignore |
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 build numbers the plugin
has sync'd to the workspace server Default value is: ${user.home}/.m2/jenkins-build-numbers.properties. |
verbose | boolean | - | If true, rsync logs files that get transferred to the workspace
server. Equivalent to passing rsync -v Default value is: false. |