Directory pipelines contains Jenkinsfile-s and JobDSL scripts
which deploy pipelines to Jenkins server.
Subdirectories of pipelines directory are mapped the Folders and Pipelines on Jenkins server
using the following conventions:
- Each directory with kebab-case name is mapped to a Folder on Jenkins server
- Each directory with PascalCase name is mapped to a Pipeline. Pipeline code is taken from
Jenkinsfilefile in this directory, the deployment script executed by a JobDSL plugin is taken from siblingJenkinsfile.dslfile - Exception: pipeline
jenkins-library/OnCommitand itsJenkinsfile.dsluses Jenkinsfile from the root directory of project