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.
crxBuild
: Build a Content Package on CRXpackageId
(optional)
String
baseUrl
(optional)
username[:password]@
between the scheme and the hostname.
String
credentialsId
(optional)
/$username/keys/$fingerprint
.
String
download
(optional)
boolean
localDirectory
(optional)
String
requestTimeout
(optional)
long
serviceTimeout
(optional)
long
waitDelay
(optional)
long
wspFilter
(optional)
/etc # define /etc as the filter root +/etc(/.*)? # include everything under /etc -/etc/packages(/.)? # exclude package pathsTo create a package for a project "acme" defined in CRX DE Lite, a filter may look like this:
/content/acme # include the site content /apps/acme # include the app codeThis field supports parameter tokens.
String
crxDeploy
: Deploy Content Packages to CRXpackageIdFilters
(optional)
**/*.zipThis pattern will only match packages located directly under the Packages folder whose filenames begin with 'acme-':
Packages/acme-*.zipMatching packages will be uploaded in the order in which the filters are specified. Only the highest matching version of a package identified by 'group:name' will be deployed, and it will only be deployed once per build step, regardless of the number of matching filters.
String
baseUrls
(optional)
username[:password]@
between the scheme and the hostname.
String
acHandling
(optional)
String
autosave
(optional)
int
behavior
(optional)
String
credentialsId
(optional)
/$username/keys/$fingerprint
.
String
disableForJobTesting
(optional)
boolean
localDirectory
(optional)
String
recursive
(optional)
boolean
replicate
(optional)
boolean
requestTimeout
(optional)
long
serviceTimeout
(optional)
long
waitDelay
(optional)
long
crxDownload
: Download Content Packages from CRXpackageIds
(optional)
String
baseUrl
(optional)
username[:password]@
between the scheme and the hostname.
String
credentialsId
(optional)
/$username/keys/$fingerprint
.
String
ignoreErrors
(optional)
boolean
localDirectory
(optional)
String
rebuild
(optional)
boolean
requestTimeout
(optional)
long
serviceTimeout
(optional)
long
waitDelay
(optional)
long
crxReplicate
: Replicate Content Packages from CRXpackageIds
(optional)
String
baseUrls
(optional)
username[:password]@
between the scheme and the hostname.
String
credentialsId
(optional)
/$username/keys/$fingerprint
.
String
ignoreErrors
(optional)
boolean
requestTimeout
(optional)
long
serviceTimeout
(optional)
long
waitDelay
(optional)
long
crxValidate
: Validate CRX Content PackagespackageIdFilters
(optional)
**/*.zipThis pattern will only match packages located directly under the Packages folder whose filenames begin with 'acme-':
Packages/acme-*.zipMatching packages will be validated in the order in which the filters are specified. At least one package must match each filter or the step will fail.
String
allowNonCoveredRoots
(optional)
boolean
forbiddenACHandlingModeSet
(optional)
String
forbiddenExtensions
(optional)
.jar .zipThis field supports parameter tokens.
String
forbiddenFilterRootPrefixes
(optional)
/apps/system
/apps/system/config
/apps/systemOfADown/config
String
localDirectory
(optional)
String
pathsDeniedForInclusion
(optional)
/apps/system/rep:policy /etc/map/http/site_root_redirectUse this test to safeguard specific paths or possible paths within unrestricted roots from overly broad workspace filters.
String
validationFilter
(optional)
/etc # define /etc as the filter root -/etc/packages(/.)? # exclude package pathsThis field supports parameter tokens.
String
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.