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.
pingcodeBuildRecord
: Send build result to pingcodepingcodeDeployRecord
: Send deploy result to pingcodestep([$class: 'PCBuildNotifier'])
: PingCode: create build recordstep([$class: 'PCDeployNotifier'])
: PingCode: create deploy recordstep([$class: 'WTBuildNotifier'])
: Worktile: create build recordstep([$class: 'WTDeployNotifier'])
: Worktile: create deploy recordworktileBuildRecord
: Send build result to worktileworktileDeployRecord
: Send deploy result to worktilepingcodeBuildRecord
: Send build result to pingcodedefaultSummary : String
(optional)
failOnError : boolean
(optional)
overviewPattern : String
(optional)
resultURL : String
(optional)
specifiedWorkItems : String
(optional)
status : String
(optional)
pingcodeDeployRecord
: Send deploy result to pingcodereleaseName : String
environmentName : String
failOnError : boolean
(optional)
isTagged : boolean
(optional)
releaseURL : String
(optional)
specifiedWorkItems : String
(optional)
status : String
(optional)
step([$class: 'PCBuildNotifier'])
: PingCode: create build recordoverview : String
(optional)
...
# utilities ✓ #PLM-1239 isSha, input '0-9a-fA-F' * 40, true
✓ #PLM-1239 isSha, input '0-9a-fA-F' * 39, false
✓ #PLM-1239 isSha, input '0-9a-fA-F' * 41, false
✓ #PLM-1239 isSha, input ' ' + '0-9a-fA-F' * 39, false
✓ #PLM-1239 isSha, input '0-9a-fA-F' * 39 + ' ', false
✓ #PLM-1239 isSha, input '0-9a-fA-F' * 1 + '0-9a-fA-F ' * + '0-9a-fA-F' * 1, true
720 passing (10s)
If you want to display the line 720 passing (10s) on PingCode Agile Project, you need to enter ^.*passing in the input box. PingCode jenkins plugin will match this line from the build result according to your input regular expression and send it to PingCode.
defaultSummary : String
(optional)
resultURL : String
(optional)
specifiedWorkItems : String
(optional)
step([$class: 'PCDeployNotifier'])
: PingCode: create deploy recordtagged : boolean
releaseName : String
(optional)
environmentName : String
(optional)
releaseUrl : String
(optional)
specifiedWorkItems : String
(optional)
step([$class: 'WTBuildNotifier'])
: Worktile: create build recordoverview : String
(optional)
...
# utilities ✓ #PLM-1239 isSha, input '0-9a-fA-F' * 40, true
✓ #PLM-1239 isSha, input '0-9a-fA-F' * 39, false
✓ #PLM-1239 isSha, input '0-9a-fA-F' * 41, false
✓ #PLM-1239 isSha, input ' ' + '0-9a-fA-F' * 39, false
✓ #PLM-1239 isSha, input '0-9a-fA-F' * 39 + ' ', false
✓ #PLM-1239 isSha, input '0-9a-fA-F' * 1 + '0-9a-fA-F ' * + '0-9a-fA-F' * 1, true
720 passing (10s)
If you want to display the line 720 passing (10s) on PingCode Agile Project, you need to enter ^.*passing in the input box. PingCode jenkins plugin will match this line from the build result according to your input regular expression and send it to PingCode.
defaultSummary : String
(optional)
resultURL : String
(optional)
specifiedWorkItems : String
(optional)
step([$class: 'WTDeployNotifier'])
: Worktile: create deploy recordtagged : boolean
releaseName : String
(optional)
environmentName : String
(optional)
releaseUrl : String
(optional)
specifiedWorkItems : 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.