
Added new support for the following plugins: Perforce plugin: https://wiki.jenkins.io/display/JENKINS/Perforce+Plugin InfluxDB plugin: https://wiki.jenkins.io/display/JENKINS/InfluxDB+Plugin Added support for v3.0 of the following plugin https://wiki.jenkins.io/display/JENKINS/Priority+Sorter+Plugin Change-Id: If109863a91710c08b34dee622496e551a7b3b520
22 lines
531 B
YAML
22 lines
531 B
YAML
scm:
|
|
- p4:
|
|
credential: credential
|
|
workspace-type: Manual
|
|
workspace-name: workspacename
|
|
populate-type: AutoClean
|
|
populate-have-list: True
|
|
populate-quiet: True
|
|
populate-revert: False
|
|
populate-label: populatelabel
|
|
spec-allwrite: True
|
|
spec-clobber: True
|
|
spec-compress: True
|
|
spec-locked: True
|
|
spec-modtime: True
|
|
spec-rmdir: True
|
|
spec-line: specline
|
|
spec-view: specview
|
|
spec-type: spectype
|
|
spec-backup: True
|
|
spec-stream-name: specstreamname
|