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.
azureDownload
: Download from Azure storagestorageCredentialId
String
downloadType
String
buildSelector
(optional)
downstream
upstreamProjectName
Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.
Downstream builds are found using fingerprints of files. That is, a build that is triggered from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.
Note: "Downstream build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).
String
upstreamBuildNumber
String
lastWithArtifacts
lastCompleted
$class: 'MultiJobBuildSelector'
buildParameter
parameterName
You can pass not only the parameter name, but also the parameter value itself. This is useful especially used with workflow-plugin.
String
permalink
id
String
$class: 'PromotedBuildSelector'
level
int
latestSavedBuild
specific
buildNumber
String
lastSuccessful
stable
(optional)
boolean
upstream
allowUpstreamDependencies
(optional)
boolean
fallbackToLastSuccessful
(optional)
boolean
upstreamFilterStrategy
(optional)
UseGlobalSetting
, UseOldest
, UseNewest
workspace
containerName
(optional)
String
deleteFromAzureAfterDownload
(optional)
boolean
downloadDirLoc
(optional)
String
excludeFilesPattern
(optional)
String
fileShare
(optional)
String
flattenDirectories
(optional)
boolean
includeArchiveZips
(optional)
boolean
includeFilesPattern
(optional)
String
projectName
(optional)
String
verbose
(optional)
Enabling this will provide more logging on downloading files.
boolean
azureUpload
: Upload artifacts to Azure StoragestorageCredentialId
String
filesPath
String
storageType
String
allowAnonymousAccess
(optional)
boolean
blobProperties
(optional)
cacheControl
(optional)
String
contentEncoding
(optional)
String
contentLanguage
(optional)
String
contentType
(optional)
String
detectContentType
(optional)
Auto detect content type based on file content and file name if content type is not set.
This detection is provided by Apache Tika and may not always be accurate.
boolean
cleanUpContainerOrShare
(optional)
boolean
cleanUpVirtualPath
(optional)
boolean
containerName
(optional)
String
doNotFailIfArchivingReturnsNothing
(optional)
boolean
doNotUploadIndividualFiles
(optional)
boolean
doNotWaitForPreviousBuild
(optional)
boolean
excludeFilesPath
(optional)
String
fileShareName
(optional)
String
metadata
(optional)
key
String
value
String
onlyUploadModifiedArtifacts
(optional)
boolean
pubAccessible
(optional)
boolean
removePrefixPath
(optional)
String
uploadArtifactsOnlyIfSuccessful
(optional)
boolean
uploadZips
(optional)
boolean
verbose
(optional)
Enabling this will provide more logging on uploading files.
boolean
virtualPath
(optional)
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.