This step sets the description of a job in Jenkins.
- pipelineMetadata: map; pipeline metadata
def pipelineMetadata = [
pipelineName: 'rpmdeplint',
pipelineDescription: 'Finding errors in RPM packages in the context of their dependency graph',
testCategory: 'functional',
testType: 'rpmdeplint',
maintainer: 'Fedora CI',
docs: 'https://github.com/fedora-ci/rpmdeplint-pipeline',
contact: [
irc: '#fedora-ci',
email: '[email protected]'
],
]
setJobDescriptionFromMetadata(pipelineMetadata: pipelineMetadata)