The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.
For a list of other such plugins, see the Pipeline Steps Reference page.
$class: 'CVSSCM'
repositories
cvsRoot : String
passwordRequired : boolean
password : String
repositoryItems
location
$class: 'BranchRepositoryLocation'
branchName : String
useHeadIfNotFound : boolean
$class: 'HeadRepositoryLocation'
$class: 'TagRepositoryLocation'
tagName : String
useHeadIfNotFound : boolean
modules
remoteName : String
localName : String
projectsetFileName : String
excludedRegions
src/main/web/.*\.html src/main/web/.*\.jpeg src/main/web/.*\.gifThe example above illustrates that if only html/jpeg/gif files have been committed to the SCM a build will not occur. More information on regular expressions can be found here.
pattern : String
compressionLevel : int
repositoryBrowser
$class: 'FishEyeCVS'
url : String
$class: 'OpenGrok'
url : String
$class: 'ViewCVS'
url : String
canUseUpdate : boolean
legacy : boolean
If you have multiple modules to check out, this option is forced (otherwise they'll overlap.)
This affects other path specifiers, such as artifact archivers --- you now specify "build/foo.jar" instead of "foo/build/foo.jar".
skipChangeLog : boolean
pruneEmptyDirectories : boolean
disableCvsQuiet : boolean
cleanOnFailedUpdate : boolean
forceCleanCopy : boolean
checkoutCurrentTimestamp : boolean
The build quiet period is designed to assist with CVS checkouts by waiting for a specific period of time without commits. Normally you want the checkout to reflect the time when the quiet period was exited successfully. Select this option if you need to re-enable the legacy behaviour of Jenkins, i.e. using the time that the build started checking out as the timestamp for the checkout operation. Note: enabling this option can result in the quiet period being defeated especially in those cases where the build is not able to start immediately after exiting the quiet period.
Please submit your feedback about this page through this quick form.
Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?
See existing feedback here.