<div> <p>A List of Perforce Depot paths (separated by new lines). The plugin will search one directory level deep for a <code>Jenkinsfile</code> (or defined item) using the last directory name for the branch name.</p> <p>For example, given an include path of: <code>//depot/projA</code> (or <code>//depot/projA/*</code> or <code>//depot/projA/...</code> as these get trimmed before they are passed to <code>p4 dirs</code>)</p> <p>If a Jenkinsfile is found in <code>//depot/projA/Main/Jenkinsfile</code> and <code>//depot/projA/R1.0/Jenkinsfile</code> then two branches are created for the MultiBranch project 'Main' and 'R1.0'</p> </div>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 24662 | Paul Allen |
Undo *SCMSource rename to original *ScmSource. Reslove configuration loading issue due to 1.9.0 bad release. |
||
#1 | 24625 | Paul Allen | Rename case to match new class names. | ||
//guest/perforce_software/p4jenkins/main/src/main/resources/org/jenkinsci/plugins/p4/scm/BranchesScmSource/help-includes.html | |||||
#2 | 24529 | Paul Allen |
Swarm Commit Event support, refactoring and test. JENKINS-52605 (Fix doc in 'Includes' help bubble for MultiBranch) JENKINS-52066 (Improve Swarm Commit and Branch Event support) |
||
#1 | 21779 | Paul Allen |
Help for MultiBranch include field and update BETA label. JENKINS-32616 |
||
//guest/perforce_software/p4jenkins/main/src/main/resources/org/jenkinsci/plugins/p4/publish/ShelveImpl/help-revert.html | |||||
#1 | 11331 | Paul Allen |
Publish logging and help pages Added logging details for shelved/submitted files. Added help dialogs for Publish configuration. Added -k option for shelve revert. |