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.
buildWithEiffel
: Build a job with custom Eiffel activity nameModified copy of Build Step to build a job with a custom Eiffel activity name.
job : String
../sister-folder/downstream
or absolute paths like /top-level-folder/nested-folder/downstream
.
activityName : String
(optional)
parameters
(optional)
agentParameter
name : String
value : String
base64File
name : String
base64 : String
(optional)
file
(optional)
booleanParam
name : String
value : boolean
buildMasterRelease
name : String
applicationId : String
releaseNumber : String
showApplicationId : boolean
description : String
checkboxParameter
name : String
value : String
$class: 'ClearCaseUcmBaselineParameterValue'
name : String
baseline : String
forceRmview : boolean
credentials
name : String
value : String
description : String
$class: 'CvsTagsParamValue'
name : String
tagName : String
$class: 'DateParameterValue'
name : String
value : String
description : String
$class: 'DeployMetaDataParameterValue'
name : String
environmentKey : String
buildVersion : String
applicationName : String
file
name : String
file
fileSystemList
name : String
value : String
$class: 'GeneratorKeyValueParameterValue'
name : String
value : String
gitParameter
name : String
value : String
imageTag
name : String
imageName : String
imageTag : String
$class: 'InheritableStringParameterValue'
name : String
value : String
$class: 'JavaParameterValue'
name : String
description : String
selectedJDK : String
$class: 'JiraIssueParameterValue'
name : String
value : String
$class: 'JiraVersionParameterValue'
name : String
version : String
jsonEditor
name : String
value : String
$class: 'LabelParameterValue'
name : String
label : String
allNodesMatchingLabel : boolean
nodeEligibility
$class: 'AllNodeEligibility'
$class: 'IgnoreOfflineNodeEligibility'
$class: 'IgnoreTempOfflineNodeEligibility'
listGitBranches
name : String
value : String
$class: 'ListSubversionTagsParameterValue'
name : String
tagsDir : String
tag : String
$class: 'MatrixCombinationsParameterValue'
name : String
description : String
combinations : Array / List of String
mavenMetadataVersions
name : String
description : String
groupId : String
artifactId : String
version : String
packaging : String
classifier : String
artifactUrl : String
multiselect
name : String
selectedValues
(optional)
java.util.Map<java.lang.String, java.lang.String>
$class: 'NodeParameterValue'
name : String
labels : Array / List of String
nodeEligibility
$class: 'AllNodeEligibility'
$class: 'IgnoreOfflineNodeEligibility'
$class: 'IgnoreTempOfflineNodeEligibility'
$class: 'PackageChoiceParameterValue'
name : String
value : String
separator
name : String
separatorStyle : String
sectionHeader : String
sectionHeaderStyle : String
$class: 'PatchParameterValue'
name : String
file
$class: 'PromotedBuildParameterValue'
name : String
runId : String
description : String
$class: 'RandomStringParameterValue'
name : String
value : String
RESTList
name : String
value : String
$class: 'ReviewboardParameterValue'
name : String
value : String
run
name : String
runId : String
description : String
$class: 'SauceParameterValue'
name : String
selectedBrowsers : String
stashedFile
name : String
file
string
name : String
value : String
text
name : String
value : String
$class: 'VBoxParameterValue'
name : String
nodes : Array / List of String
nodeDelimiter : String
email
name : String
value : String
validatingString
name : String
value : String
validatingYamlParameter
name : String
value : String
failedValidationMessage : String
(optional)
hidden
name : String
value : String
$class: 'WReadonlyStringParameterValue'
name : String
value : String
$class: 'WReadonlyTextParameterValue'
name : String
value : String
extendedChoice
name : String
value : String
$class: 'com.michelin.cio.hudson.plugins.passwordparam.PasswordParameterValue'
name : String
value : String
description : String
$class: 'com.moded.extendedchoiceparameter.ExtendedChoiceParameterValue'
name : String
value : String
password
name : String
value
class hudson.util.Secret
description : String
propagate : boolean
(optional)
If enabled (default state), then the result of this step is that of the downstream build (e.g., success, unstable, failure, not built, or aborted). If disabled, then this step succeeds even if the downstream build is unstable, failed, etc.; use the result
property of the return value as needed.
quietPeriod : int
(optional)
wait : boolean
(optional)
waitForStart : boolean
(optional)
wait
.
createPackageURL
: Construct a package URL and return it as a stringname : String
(optional)
namespace : String
(optional)
qualifiers
(optional)
java.util.Map<java.lang.String, java.lang.String>
subpath : String
(optional)
type : String
(optional)
version : String
(optional)
publishEiffelArtifacts
: Publishes previously announced Eiffel artifactsSends an EiffelArtifactPublishedEvent for each EiffelArtifactCreatedEvent that has been recorded in the build using a sendEiffelEvent step with the publishArtifact argument enabled. Optionally also EiffelArtifactCreatedEvent events recorded in a file in the workspace.
This requires that each EiffelArtifactPublishedEvent has at least one file defined in its data.fileInformation array and that each relative file path in data.fileInformation.name matches a Jenkins artifact in the build. Because of the latter requirement it's normally used after an archiveArtifacts step.
The EiffelArtifactPublishedEvent will have two links; one ARTIFACT link to the EiffelArtifactCreatedEvent and one CONTEXT link to the parent build's EiffelActivityTriggeredEvent.
artifactEventFiles : String
(optional)
sendEiffelEvent
: Send an Eiffel eventSends an Eiffel event expressed as a Groovy map. This map is passed in the event argument.
By default the event passed by the user will be decorated with a CONTEXT link to the current build's EiffelActivityTriggeredEvent . Optionally a CAUSE link can be created instead or the link can be omitted entirely.
This step returns immediately as soon as the event has been validated and put on the internal outbound queue. The actual delivery of the event to the broker might not have happened at the time of the return.
event
activityLinkType
(optional)
ACTIVITY_EXECUTION
, ARTIFACT
, BASE
, CAUSE
, CHANGE
, COMPOSITION
, CONFIGURATION
, CONTEXT
, DERESOLVED_ISSUE
, ELEMENT
, ENVIRONMENT
, FAILED_ISSUE
, FLOW_CONTEXT
, INCONCLUSIVE_ISSUE
, IUT
, MODIFIED_ANNOUNCEMENT
, ORIGINAL_TRIGGER
, PARTIALLY_RESOLVED_ISSUE
, PRECURSOR
, PREVIOUS_ACTIVITY_EXECUTION
, PREVIOUS_VERSION
, RESOLVED_ISSUE
, REUSED_ARTIFACT
, RUNTIME_ENVIRONMENT
, SUB_CONFIDENCE_LEVEL
, SUBJECT
, SUCCESSFUL_ISSUE
, TERC
, TEST_CASE_EXECUTION
, TEST_SUITE_EXECUTION
, VERIFICATION_BASIS
linkToActivity : boolean
(optional)
publishArtifact : boolean
(optional)
signatureCredentialsId : String
(optional)
signatureHashAlgorithm : String
(optional)
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.