×
Aug 4, 2016 · This plugin allows you to synchronize your hudson configuration files with an SCM, allowing you to specify a commit message every time a ...
Missing: component | Show results with:component
This plugin automatically performs subversion tagging (technically speaking svn copy) on successful build. This is useful when you want to access the stable ...
Missing: development | Show results with:development
This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct SCM ...
Missing: development hudson
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
Missing: component | Show results with:component
Sep 7, 2021 · Setting up the project. Go to Jenkins top page, select "New Job", then choose "Build a free-style software project". This job type consists of ...
Missing: component | Show results with:component
The best way to specify the SCM is using an SCM plugin which has been specifically updated to support a new API for checking out an arbitrary named version ( ...
Missing: hudson | Show results with:hudson
... hudson.scm; import com.thoughtworks.xstream ... svn.core.SVNDepth; import org.tmatesoft.svn.core ... configuration List<ModuleLocation> oldLocations = new ...
Missing: component development
Mar 15, 2024 · This plugin allows pipelines to use standard Jenkins SCM plugins to check out source code. The goals are the maximum possible compatibility ...
Missing: component development
Java.net migration status update. Monday morning I came into work and discovered that I cannot commit to the Hudson Subversion repository.
Missing: component | Show results with:component
From a multibranch Pipeline project, reads a file from the associated SCM and returns its contents. Unlike the readFile step, no workspace is required. If the ...