Google
×
Jun 7, 2023 · This plugin allows pipelines to use standard Jenkins SCM plugins to check out source code. The goals are the maximum possible compatibility ...
Through the classic UI - you can enter a basic Pipeline directly in Jenkins through the classic UI. In SCM - you can write a Jenkinsfile manually, which you can ...
The SCM plugin architecture section covers how to create the base classes and jelly files that a SCM implementation requires. The Remoting section covers how ...
An API/SPI to allow the sharing of common traits between different SCMSource and SCMNavigator implementations. jenkins.scm.impl. The common implementations of ...
A SCMSource is responsible for fetching SCMHead and corresponding SCMRevision instances from which it can build SCM instances that are configured to check ...
What to specify · Automatic Cleanup and Sync: Efficient cleaning and syncing of file revisions. · Flush Workspace: No files Sync or cleanup attempted, but the ...
Represents a named SCM branch, change request, tag or mainline. This class is intended to be used as a typed key rather than passing a String around.
Nov 8, 2023 · This plugin provides a new enhanced API for interacting with SCM systems.
Package jenkins.scm.impl.trait ; Decorates a SCMSource with a SCMHeadPrefilter that excludes SCMHead instances with names that do not match a user supplied ...